Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci.h946 #define EP_HARD_CLEAR_TOGGLE (1 << 6) macro
Dxhci.c3259 if (ep->ep_state & EP_HARD_CLEAR_TOGGLE) { in xhci_endpoint_reset()
3260 ep->ep_state &= ~EP_HARD_CLEAR_TOGGLE; in xhci_endpoint_reset()
Dxhci-ring.c915 ep->ep_state |= EP_HARD_CLEAR_TOGGLE; in xhci_handle_halted_endpoint()