Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci.h929 #define EP_HARD_CLEAR_TOGGLE (1 << 6) macro
Dxhci.c3048 if (ep->ep_state & EP_HARD_CLEAR_TOGGLE) { in xhci_endpoint_reset()
3049 ep->ep_state &= ~EP_HARD_CLEAR_TOGGLE; in xhci_endpoint_reset()
Dxhci-ring.c1757 ep->ep_state |= EP_HARD_CLEAR_TOGGLE; in xhci_cleanup_halted_endpoint()