Home
last modified time | relevance | path

Searched refs:poll_event (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8574_nct.c713 if (unitp->poll_event) { in pcf8574_chpoll()
714 *reventsp = unitp->poll_event; in pcf8574_chpoll()
715 unitp->poll_event = 0; in pcf8574_chpoll()
823 unitp->poll_event = POLLIN; in pcf8574_intr()
851 unitp->poll_event = POLLIN; in pcf8574_intr()
1757 unitp->poll_event = POLLIN; in pcf8574_callback()
1776 unitp->poll_event = POLLIN; in pcf8574_callback()
/titanic_44/usr/src/uts/sun4u/montecarlo/sys/
H A Dpcf8574_nct.h316 int poll_event; member