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

/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpca9556_impl.h71 kcondvar_t pca9556_cv; member in struct:pca9556_unit
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dpca9556.c251 cv_broadcast(&pcap->pca9556_cv);
273 cv_destroy(&pcap->pca9556_cv);
301 cv_init(&pcap->pca9556_cv, NULL, CV_DRIVER, NULL);
430 if (cv_wait_sig(&pcap->pca9556_cv,
509 cv_broadcast(&pcap->pca9556_cv);
629 if (cv_wait_sig(&pcap->pca9556_cv,
740 cv_signal(&pcap->pca9556_cv);

Completed in 54 milliseconds