Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Dxhci-ring.c442 (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT)) in xhci_ring_ep_doorbell()
2088 !(ep->ep_state & EP_CLEARING_TT)) { in xhci_clear_hub_tt_buffer()
2089 ep->ep_state |= EP_CLEARING_TT; in xhci_clear_hub_tt_buffer()
2092 ep->ep_state &= ~EP_CLEARING_TT; in xhci_clear_hub_tt_buffer()
Dxhci.h948 #define EP_CLEARING_TT (1 << 8) macro
Dxhci.c3194 if (ep->ep_state & EP_CLEARING_TT) { in xhci_endpoint_disable()
5403 xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_CLEARING_TT; in xhci_clear_tt_buffer_complete()