Home
last modified time | relevance | path

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
/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dpcf8584.c288 cv_destroy(&i2c->pcf8584_cv); in pcf8584_dodetach()
357 cv_init(&i2c->pcf8584_cv, NULL, CV_DRIVER, NULL); in pcf8584_doattach()
650 cv_wait(&i2c->pcf8584_cv, &i2c->pcf8584_imutex); in pcf8584_acquire()
685 cv_signal(&i2c->pcf8584_cv); in pcf8584_release()
692 cv_signal(&i2c->pcf8584_cv); in pcf8584_release()