Searched refs:pcf8584_icv (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/i2c/nexus/
H A Dpcf8584.h132 kcondvar_t pcf8584_icv; member in struct:pcf8584
/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dpcf8584.c292 cv_destroy(&i2c->pcf8584_icv);
374 cv_init(&i2c->pcf8584_icv, NULL, CV_DRIVER, NULL);
397 cv_init(&i2c->pcf8584_icv, NULL, CV_DRIVER, NULL);
1177 cv_signal(&i2c->pcf8584_icv);
1472 cv_wait(&i2c->pcf8584_icv, &i2c->pcf8584_imutex);
1530 *waiter = &i2c->pcf8584_icv;

Completed in 46 milliseconds