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

/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpcf8591_impl.h43 kmutex_t pcf8591_mutex; member in struct:pcf8591_unit
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dpcf8591.c173 mutex_enter(&unitp->pcf8591_mutex);
189 mutex_exit(&unitp->pcf8591_mutex);
215 mutex_enter(&unitp->pcf8591_mutex);
219 mutex_exit(&unitp->pcf8591_mutex);
253 mutex_enter(&unitp->pcf8591_mutex);
406 mutex_exit(&unitp->pcf8591_mutex);
504 mutex_init(&unitp->pcf8591_mutex, NULL, MUTEX_DRIVER, NULL);
545 mutex_destroy(&unitp->pcf8591_mutex);

Completed in 44 milliseconds