Home
last modified time | relevance | path

Searched refs:EP_HALTED (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-gadget.c635 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()
H A Dcdnsp-ep0.c431 if (pdev->eps[0].ep_state & EP_HALTED) { in cdnsp_setup_analyze()
H A Dcdnsp-gadget.h837 #define EP_HALTED BIT(2) macro
H A Dcdnsp-ring.c288 if (ep_state & EP_HALTED || !(ep_state & EP_ENABLED)) in cdnsp_ring_ep_doorbell()
/linux-6.15/drivers/usb/host/
H A Dxhci-ring.c565 (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()
H A Dxhci.h667 #define EP_HALTED (1 << 1) /* For stall handling */ macro
H A Dxhci.c1762 if (ep->ep_state & (EP_STOP_CMD_PENDING | EP_HALTED | SET_DEQ_PENDING)) { in xhci_urb_dequeue()