Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/cdns3/
Dcdnsp-gadget.c614 pep->ep_state |= EP_HALTED; in cdnsp_halt_endpoint()
628 pep->ep_state &= ~EP_HALTED; in cdnsp_halt_endpoint()
708 pdev->eps[0].ep_state & EP_HALTED) { in cdnsp_reset_device()
716 pdev->eps[0].ep_state &= ~(EP_STOPPED | EP_HALTED); in cdnsp_reset_device()
Dcdnsp-ep0.c446 if (pdev->eps[0].ep_state & EP_HALTED) { in cdnsp_setup_analyze()
Dcdnsp-gadget.h833 #define EP_HALTED BIT(2) macro
Dcdnsp-ring.c288 if (ep_state & EP_HALTED || !(ep_state & EP_ENABLED)) in cdnsp_ring_ep_doorbell()
/linux-5.19.10/drivers/usb/host/
Dxhci-ring.c442 (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT)) in xhci_ring_ep_doorbell()
922 if (ep->ep_state & EP_HALTED) { in xhci_handle_halted_endpoint()
932 ep->ep_state |= EP_HALTED; in xhci_handle_halted_endpoint()
1430 ep->ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()
2174 if ((ep->ep_state & EP_HALTED) && in finish_td()
Dxhci.h938 #define EP_HALTED (1 << 1) /* For stall handling */ macro