Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcipolled.h90 ushort_t uhci_polled_entry; member
97 uhci_polled_t::uhci_polled_entry))
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcipolled.c151 uhci_polledp->uhci_polled_entry++; in uhci_hcdi_polled_input_enter()
156 if (uhci_polledp->uhci_polled_entry > 1) { in uhci_hcdi_polled_input_enter()
179 uhci_polledp->uhci_polled_entry--; in uhci_hcdi_polled_input_exit()
184 if (uhci_polledp->uhci_polled_entry > 0) { in uhci_hcdi_polled_input_exit()
219 if (uhci_polledp->uhci_polled_entry == 0) { in uhci_hcdi_polled_read()