Home
last modified time | relevance | path

Searched refs:EP_HALTED (Results 1 – 4 of 4) 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.c660 pep->ep_state |= EP_HALTED; in cdnsp_halt_endpoint()
670 pep->ep_state &= ~EP_HALTED; in cdnsp_halt_endpoint()
750 pdev->eps[0].ep_state & EP_HALTED) { in cdnsp_reset_device()
758 pdev->eps[0].ep_state &= ~(EP_STOPPED | EP_HALTED); in cdnsp_reset_device()
H A Dcdnsp-gadget.h841 #define EP_HALTED BIT(2) macro
/linux/drivers/usb/host/
H A Dxhci-ring.c566 if (ep_state & (EP_STOP_CMD_PENDING | SET_DEQ_PENDING | EP_HALTED | in xhci_ring_ep_doorbell()
1010 if (ep->ep_state & EP_HALTED) { in xhci_handle_halted_endpoint()
1020 ep->ep_state |= EP_HALTED; in xhci_handle_halted_endpoint()
1236 if (ep->ep_state & EP_HALTED) in xhci_handle_cmd_stop_ep()
1265 if (ep->ep_state & EP_HALTED) in xhci_handle_cmd_stop_ep()
1589 ep->ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()