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

/illumos-gate/usr/src/uts/sun4u/sys/i2c/nexus/
H A Dpcf8584.h130 kcondvar_t pcf8584_cv; member in struct:pcf8584
/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dpcf8584.c288 cv_destroy(&i2c->pcf8584_cv);
357 cv_init(&i2c->pcf8584_cv, NULL, CV_DRIVER, NULL);
650 cv_wait(&i2c->pcf8584_cv, &i2c->pcf8584_imutex);
685 cv_signal(&i2c->pcf8584_cv);
692 cv_signal(&i2c->pcf8584_cv);

Completed in 51 milliseconds