Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci.h720 #define EP_STATE_DISABLED 0 macro
2586 case EP_STATE_DISABLED: in xhci_ep_state_string()
Dxhci-ring.c2339 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) { in handle_tx_event()
2878 case EP_STATE_DISABLED: in prepare_ring()
Dxhci.c1773 if ((GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) || in xhci_drop_endpoint()