Home
last modified time | relevance | path

Searched refs:EP_SOFT_CLEAR_TOGGLE (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/usb/host/
Dxhci.c1721 if (*ep_state & EP_SOFT_CLEAR_TOGGLE) { in xhci_urb_enqueue()
3286 ep->ep_state |= EP_SOFT_CLEAR_TOGGLE; in xhci_endpoint_reset()
3351 if (ep->ep_state & EP_SOFT_CLEAR_TOGGLE) in xhci_endpoint_reset()
3352 ep->ep_state &= ~EP_SOFT_CLEAR_TOGGLE; in xhci_endpoint_reset()
Dxhci.h946 #define EP_SOFT_CLEAR_TOGGLE (1 << 7) macro