Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci.h712 #define EP_STATE_DISABLED 0 macro
2517 case EP_STATE_DISABLED: in xhci_ep_state_string()
Dxhci-ring.c2230 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) { in handle_tx_event()
2768 case EP_STATE_DISABLED: in prepare_ring()
Dxhci.c1719 if ((GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) || in xhci_drop_endpoint()