Home
last modified time | relevance | path

Searched refs:EP_HALTED (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-gadget.c614 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()
H A Dcdnsp-ep0.c431 if (pdev->eps[0].ep_state & EP_HALTED) { in cdnsp_setup_analyze()
H A Dcdnsp-gadget.h833 #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()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c418 (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT)) in xhci_ring_ep_doorbell()
857 ep->ep_state |= EP_HALTED; in xhci_handle_halted_endpoint()
1365 ep->ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()
1442 if (!(ep_state & EP_HALTED)) in xhci_handle_cmd_config_ep()
1449 virt_dev->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_config_ep()
2540 ep->ep_state |= EP_HALTED; in handle_tx_event()
H A Dxhci.h939 #define EP_HALTED (1 << 1) /* For stall handling */ macro
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c496 (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()
2185 * td should be on the cancelled list, and EP_HALTED flag set. in finish_td()
2194 * If EP_HALTED is set and TD is on the cancelled list in finish_td()
2198 if ((ep->ep_state & EP_HALTED) && in finish_td()
H A Dxhci.h942 #define EP_HALTED (1 << 1) /* For stall handling */ macro

Completed in 32 milliseconds