Searched refs:EP_HALTED (Results 1 – 2 of 2) sorted by relevance
341 (ep_state & EP_HALTED)) in xhci_ring_ep_doorbell()1078 xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()1143 if (!(ep_state & EP_HALTED)) in xhci_handle_cmd_config_ep()1150 virt_dev->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_config_ep()1744 ep->ep_state |= EP_HALTED; in xhci_cleanup_halted_endpoint()2315 ep->ep_state |= EP_HALTED; in handle_tx_event()
862 #define EP_HALTED (1 << 1) /* For stall handling */ macro