Home
last modified time | relevance | path

Searched refs:EP_STATE_DISABLED (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h501 case EP_STATE_DISABLED: in cdnsp_ep_state_string()
H A Dcdnsp-gadget.c671 ep_sts == EP_STATE_DISABLED) || in cdnsp_update_eps_configuration()
672 (ep_sts != EP_STATE_DISABLED && ctrl_ctx->drop_flags)) in cdnsp_update_eps_configuration()
H A Dcdnsp-gadget.h659 #define EP_STATE_DISABLED 0 macro
H A Dcdnsp-ring.c1259 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_DISABLED) { in cdnsp_handle_tx_event()
2142 if (ep_state == EP_STATE_STOPPED || ep_state == EP_STATE_DISABLED || in cdnsp_cmd_stop_ep()
/linux/drivers/usb/host/
H A Dxhci.h447 #define EP_STATE_DISABLED 0 macro
2471 case EP_STATE_DISABLED: in xhci_ep_state_string()
H A Dxhci-ring.c2682 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) { in handle_tx_event()
3224 case EP_STATE_DISABLED: in prepare_ring()
H A Dxhci.c1857 if ((GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) || in xhci_drop_endpoint()