Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcipolled.c668 uhcip->uhci_polled_flag = in uhci_polled_save_state()
774 if (uhcip->uhci_polled_flag == UHCI_POLLED_FLAG_TD_COMPL) { in uhci_polled_restore_state()
775 uhcip->uhci_polled_flag = UHCI_POLLED_FLAG_TRUE; in uhci_polled_restore_state()
H A Duhciutil.c4721 if (uhcip->uhci_polled_flag == UHCI_POLLED_FLAG_TRUE) { in uhci_cmd_timeout_hdlr()
4723 uhcip->uhci_polled_flag = UHCI_POLLED_FLAG_FALSE; in uhci_cmd_timeout_hdlr()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h214 uint32_t uhci_polled_flag; member