Home
last modified time | relevance | path

Searched refs:pcf8574_mutex (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/sun4u/littleneck/io/
H A Dpcf8574_lneck.c183 mutex_enter(&unitp->pcf8574_mutex); in pcf8574_open()
199 mutex_exit(&unitp->pcf8574_mutex); in pcf8574_open()
223 mutex_enter(&unitp->pcf8574_mutex); in pcf8574_close()
227 mutex_exit(&unitp->pcf8574_mutex); in pcf8574_close()
324 mutex_enter(&unitp->pcf8574_mutex); in pcf8574_ioctl()
467 mutex_exit(&unitp->pcf8574_mutex); in pcf8574_ioctl()
562 mutex_init(&unitp->pcf8574_mutex, NULL, MUTEX_DRIVER, NULL); in pcf8574_do_attach()
605 mutex_destroy(&unitp->pcf8574_mutex); in pcf8574_do_detach()
619 mutex_enter(&unitp->pcf8574_mutex); in littleneck_ks_poll()
624 mutex_exit(&unitp->pcf8574_mutex); in littleneck_ks_poll()
[all …]
/titanic_44/usr/src/uts/sun4u/io/i2c/clients/
H A Dpcf8574.c171 mutex_enter(&unitp->pcf8574_mutex); in pcf8574_open()
187 mutex_exit(&unitp->pcf8574_mutex); in pcf8574_open()
212 mutex_enter(&unitp->pcf8574_mutex); in pcf8574_close()
216 mutex_exit(&unitp->pcf8574_mutex); in pcf8574_close()
312 mutex_enter(&unitp->pcf8574_mutex); in pcf8574_ioctl()
455 mutex_exit(&unitp->pcf8574_mutex); in pcf8574_ioctl()
527 mutex_init(&unitp->pcf8574_mutex, NULL, MUTEX_DRIVER, NULL); in pcf8574_do_attach()
568 mutex_destroy(&unitp->pcf8574_mutex); in pcf8574_do_detach()
/titanic_44/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpcf8574_impl.h56 kmutex_t pcf8574_mutex; member