Searched refs:pcf8574_cv (Results 1 – 2 of 2) sorted by relevance
74 if (cv_wait_sig(&unitp->pcf8574_cv, \88 cv_signal(&unitp->pcf8574_cv); \390 cv_destroy(&unitp->pcf8574_cv); in pcf8574_do_detach()590 cv_init(&unitp->pcf8574_cv, NULL, CV_DRIVER, NULL); in pcf8574_do_attach()750 if (cv_wait_sig(&unitp->pcf8574_cv, &unitp->umutex) <= 0) { in pcf8574_intr()867 cv_signal(&unitp->pcf8574_cv); in pcf8574_intr()
299 kcondvar_t pcf8574_cv; member