Searched refs:EP_HALTED (Results 1 – 6 of 6) sorted by relevance
614 pep->ep_state |= EP_HALTED; in cdnsp_halt_endpoint()624 pep->ep_state &= ~EP_HALTED; in cdnsp_halt_endpoint()704 pdev->eps[0].ep_state & EP_HALTED) { in cdnsp_reset_device()712 pdev->eps[0].ep_state &= ~(EP_STOPPED | EP_HALTED); in cdnsp_reset_device()
431 if (pdev->eps[0].ep_state & EP_HALTED) { in cdnsp_setup_analyze()
833 #define EP_HALTED BIT(2) macro
288 if (ep_state & EP_HALTED || !(ep_state & EP_ENABLED)) in cdnsp_ring_ep_doorbell()
496 (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT)) in xhci_ring_ep_doorbell()953 if (ep->ep_state & EP_HALTED) { in xhci_handle_halted_endpoint()963 ep->ep_state |= EP_HALTED; in xhci_handle_halted_endpoint()1454 ep->ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()2198 if ((ep->ep_state & EP_HALTED) && in finish_td()
942 #define EP_HALTED (1 << 1) /* For stall handling */ macro