Searched refs:UGEN_EP_STATE_INTR_IN_POLLING_ON (Results 1 – 2 of 2) sorted by relevance
221 #define UGEN_EP_STATE_INTR_IN_POLLING_ON 0x10 macro
1087 UGEN_EP_STATE_INTR_IN_POLLING_ON) == 0)) { in usb_ugen_poll()2117 UGEN_EP_STATE_INTR_IN_POLLING_ON; in ugen_epx_open_pipe()2167 UGEN_EP_STATE_INTR_IN_POLLING_ON); in ugen_epx_open_pipe()2217 UGEN_EP_STATE_INTR_IN_POLLING_ON | in ugen_epx_close_pipe()2747 if ((epp->ep_state & UGEN_EP_STATE_INTR_IN_POLLING_ON) == 0) { in ugen_epx_intr_IN_req()2799 ASSERT(epp->ep_state & UGEN_EP_STATE_INTR_IN_POLLING_ON); in ugen_epx_intr_IN_req()2828 if ((epp->ep_state & UGEN_EP_STATE_INTR_IN_POLLING_ON) == 0) { in ugen_epx_intr_IN_start_polling()2833 epp->ep_state |= UGEN_EP_STATE_INTR_IN_POLLING_ON; in ugen_epx_intr_IN_start_polling()2864 epp->ep_state &= ~UGEN_EP_STATE_INTR_IN_POLLING_ON; in ugen_epx_intr_IN_start_polling()2880 if ((epp->ep_state & UGEN_EP_STATE_INTR_IN_POLLING_ON) && in ugen_epx_intr_IN_stop_polling()[all …]