Searched refs:EP_HALTED (Results 1 – 6 of 6) sorted by relevance
434 if (pep->ep_state & EP_HALTED) { in cdnsp_setup_analyze()444 pep->ep_state &= ~EP_HALTED; in cdnsp_setup_analyze()
652 pep->ep_state |= EP_HALTED; in cdnsp_halt_endpoint()662 pep->ep_state &= ~EP_HALTED; in cdnsp_halt_endpoint()742 pdev->eps[0].ep_state & EP_HALTED) { in cdnsp_reset_device()750 pdev->eps[0].ep_state &= ~(EP_STOPPED | EP_HALTED); in cdnsp_reset_device()
841 #define EP_HALTED BIT(2) macro
288 if (ep_state & EP_HALTED || !(ep_state & EP_ENABLED)) in cdnsp_ring_ep_doorbell()
565 (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT)) in xhci_ring_ep_doorbell()1008 if (ep->ep_state & EP_HALTED) { in xhci_handle_halted_endpoint()1018 ep->ep_state |= EP_HALTED; in xhci_handle_halted_endpoint()1232 if (ep->ep_state & EP_HALTED) in xhci_handle_cmd_stop_ep()1261 if (ep->ep_state & EP_HALTED) in xhci_handle_cmd_stop_ep()1581 ep->ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()
1851 if (ep->ep_state & (EP_STOP_CMD_PENDING | EP_HALTED | SET_DEQ_PENDING)) { in xhci_urb_dequeue()