Home
last modified time | relevance | path

Searched refs:EP_HARD_CLEAR_TOGGLE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.h946 #define EP_HARD_CLEAR_TOGGLE (1 << 6) macro
H A Dxhci.c3210 if (ep->ep_state & EP_HARD_CLEAR_TOGGLE) { in xhci_endpoint_reset()
3211 ep->ep_state &= ~EP_HARD_CLEAR_TOGGLE; in xhci_endpoint_reset()
H A Dxhci-ring.c864 ep->ep_state |= EP_HARD_CLEAR_TOGGLE; in xhci_handle_halted_endpoint()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.h949 #define EP_HARD_CLEAR_TOGGLE (1 << 6) macro
H A Dxhci.c3102 if (ep->ep_state & EP_HARD_CLEAR_TOGGLE) { in xhci_endpoint_reset()
3103 ep->ep_state &= ~EP_HARD_CLEAR_TOGGLE; in xhci_endpoint_reset()
H A Dxhci-ring.c946 ep->ep_state |= EP_HARD_CLEAR_TOGGLE; in xhci_handle_halted_endpoint()

Completed in 32 milliseconds