Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c505 (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT)) in xhci_ring_ep_doorbell()
2214 !(ep->ep_state & EP_CLEARING_TT)) { in xhci_clear_hub_tt_buffer()
2215 ep->ep_state |= EP_CLEARING_TT; in xhci_clear_hub_tt_buffer()
2218 ep->ep_state &= ~EP_CLEARING_TT; in xhci_clear_hub_tt_buffer()
H A Dxhci.c1749 if (ep->ep_state & EP_CLEARING_TT) { in xhci_urb_dequeue()
3067 if (ep->ep_state & EP_CLEARING_TT) { in xhci_endpoint_disable()
5321 xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_CLEARING_TT; in xhci_clear_tt_buffer_complete()
H A Dxhci.h699 #define EP_CLEARING_TT (1 << 8) macro