Searched refs:UGEN_EP_STATE_INTR_IN_POLLING_ON (Results 1 – 2 of 2) sorted by relevance
1087 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 …]
222 #define UGEN_EP_STATE_INTR_IN_POLLING_ON 0x10 macro