Searched refs:EP_HALTED (Results 1 – 7 of 7) sorted by relevance
635 pep->ep_state |= EP_HALTED; in cdnsp_halt_endpoint()645 pep->ep_state &= ~EP_HALTED; in cdnsp_halt_endpoint()725 pdev->eps[0].ep_state & EP_HALTED) { in cdnsp_reset_device()733 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()
837 #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()1003 if (ep->ep_state & EP_HALTED) { in xhci_handle_halted_endpoint()1013 ep->ep_state |= EP_HALTED; in xhci_handle_halted_endpoint()1227 if (ep->ep_state & EP_HALTED) in xhci_handle_cmd_stop_ep()1256 if (ep->ep_state & EP_HALTED) in xhci_handle_cmd_stop_ep()1575 ep->ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()2249 if ((ep->ep_state & EP_HALTED) && in finish_td()
667 #define EP_HALTED (1 << 1) /* For stall handling */ macro
1762 if (ep->ep_state & (EP_STOP_CMD_PENDING | EP_HALTED | SET_DEQ_PENDING)) { in xhci_urb_dequeue()