Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c1087 UGEN_EP_STATE_INTR_IN_POLLING_ON) == 0)) { in usb_ugen_poll()
2133 UGEN_EP_STATE_INTR_IN_POLLING_ON; in ugen_epx_open_pipe()
2183 UGEN_EP_STATE_INTR_IN_POLLING_ON); in ugen_epx_open_pipe()
2233 UGEN_EP_STATE_INTR_IN_POLLING_ON | in ugen_epx_close_pipe()
2763 if ((epp->ep_state & UGEN_EP_STATE_INTR_IN_POLLING_ON) == 0) { in ugen_epx_intr_IN_req()
2815 ASSERT(epp->ep_state & UGEN_EP_STATE_INTR_IN_POLLING_ON); in ugen_epx_intr_IN_req()
2844 if ((epp->ep_state & UGEN_EP_STATE_INTR_IN_POLLING_ON) == 0) { in ugen_epx_intr_IN_start_polling()
2849 epp->ep_state |= UGEN_EP_STATE_INTR_IN_POLLING_ON; in ugen_epx_intr_IN_start_polling()
2880 epp->ep_state &= ~UGEN_EP_STATE_INTR_IN_POLLING_ON; in ugen_epx_intr_IN_start_polling()
2896 if ((epp->ep_state & UGEN_EP_STATE_INTR_IN_POLLING_ON) && in ugen_epx_intr_IN_stop_polling()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugend.h222 #define UGEN_EP_STATE_INTR_IN_POLLING_ON 0x10 macro