Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c418 (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT)) in xhci_ring_ep_doorbell()
2014 !(ep->ep_state & EP_CLEARING_TT)) { in xhci_clear_hub_tt_buffer()
2015 ep->ep_state |= EP_CLEARING_TT; in xhci_clear_hub_tt_buffer()
2018 ep->ep_state &= ~EP_CLEARING_TT; in xhci_clear_hub_tt_buffer()
H A Dxhci.h949 #define EP_CLEARING_TT (1 << 8) macro
H A Dxhci.c3150 if (ep->ep_state & EP_CLEARING_TT) { in xhci_endpoint_disable()
5382 xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_CLEARING_TT; in xhci_clear_tt_buffer_complete()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c496 (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT)) in xhci_ring_ep_doorbell()
2112 !(ep->ep_state & EP_CLEARING_TT)) { in xhci_clear_hub_tt_buffer()
2113 ep->ep_state |= EP_CLEARING_TT; in xhci_clear_hub_tt_buffer()
2116 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.c3044 if (ep->ep_state & EP_CLEARING_TT) { in xhci_endpoint_disable()
5268 xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_CLEARING_TT; in xhci_clear_tt_buffer_complete()

Completed in 33 milliseconds