Searched refs:EP_HALTED (Results 1 – 3 of 3) sorted by relevance
444 (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT)) in xhci_ring_ep_doorbell()932 if (ep->ep_state & EP_HALTED) { in xhci_handle_halted_endpoint()942 ep->ep_state |= EP_HALTED; in xhci_handle_halted_endpoint()1489 ep->ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()1569 if (!(ep_state & EP_HALTED)) in xhci_handle_cmd_config_ep()1576 virt_dev->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_config_ep()2234 if ((ep->ep_state & EP_HALTED) && in finish_td()
942 #define EP_HALTED (1 << 1) /* For stall handling */ macro
1064 #define EP_HALTED (1 << 1) /* For stall handling */ macro