Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c444 (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT)) in xhci_ring_ep_doorbell()
2148 !(ep->ep_state & EP_CLEARING_TT)) { in xhci_clear_hub_tt_buffer()
2149 ep->ep_state |= EP_CLEARING_TT; in xhci_clear_hub_tt_buffer()
2152 ep->ep_state &= ~EP_CLEARING_TT; in xhci_clear_hub_tt_buffer()
H A Dxhci.h952 #define EP_CLEARING_TT (1 << 8) macro
H A Dxhci.c3071 if (ep->ep_state & EP_CLEARING_TT) { in xhci_endpoint_disable()
5363 xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_CLEARING_TT; in xhci_clear_tt_buffer_complete()