Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-ep0.c434 if (pep->ep_state & EP_HALTED) { in cdnsp_setup_analyze()
444 pep->ep_state &= ~EP_HALTED; in cdnsp_setup_analyze()
H A Dcdnsp-gadget.c652 pep->ep_state |= EP_HALTED; in cdnsp_halt_endpoint()
662 pep->ep_state &= ~EP_HALTED; in cdnsp_halt_endpoint()
742 pdev->eps[0].ep_state & EP_HALTED) { in cdnsp_reset_device()
750 pdev->eps[0].ep_state &= ~(EP_STOPPED | EP_HALTED); in cdnsp_reset_device()
H A Dcdnsp-gadget.h841 #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/drivers/usb/host/
H A Dxhci-ring.c565 (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT)) in xhci_ring_ep_doorbell()
1008 if (ep->ep_state & EP_HALTED) { in xhci_handle_halted_endpoint()
1018 ep->ep_state |= EP_HALTED; in xhci_handle_halted_endpoint()
1232 if (ep->ep_state & EP_HALTED) in xhci_handle_cmd_stop_ep()
1261 if (ep->ep_state & EP_HALTED) in xhci_handle_cmd_stop_ep()
1581 ep->ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()
H A Dxhci.c1851 if (ep->ep_state & (EP_STOP_CMD_PENDING | EP_HALTED | SET_DEQ_PENDING)) { in xhci_urb_dequeue()