Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugend.h223 #define UGEN_EP_STATE_INTR_IN_POLLING_IS_STOPPED 0x20 macro
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c2231 UGEN_EP_STATE_INTR_IN_POLLING_IS_STOPPED | in ugen_epx_close_pipe()
2839 if (epp->ep_state & UGEN_EP_STATE_INTR_IN_POLLING_IS_STOPPED) { in ugen_epx_intr_IN_start_polling()
2896 ((epp->ep_state & UGEN_EP_STATE_INTR_IN_POLLING_IS_STOPPED) == 0)) { in ugen_epx_intr_IN_stop_polling()
2902 epp->ep_state |= UGEN_EP_STATE_INTR_IN_POLLING_IS_STOPPED; in ugen_epx_intr_IN_stop_polling()
3005 UGEN_EP_STATE_INTR_IN_POLLING_IS_STOPPED); in ugen_epx_intr_IN_req_cb()