Home
last modified time | relevance | path

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

/openbmc/linux/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.h834 #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()
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c201 #define EP_HALTED (2<<0) macro
394 [EP_HALTED] = "halted",
1352 if (epctx->state != EP_HALTED) { in xhci_reset_ep()
1582 xhci_set_ep_state(xhci, epctx, sctx, EP_HALTED); in xhci_stall_ep()
1586 xhci_set_ep_state(xhci, epctx, NULL, EP_HALTED); in xhci_stall_ep()
1932 if (epctx->state == EP_HALTED) { in xhci_kick_epctx()
2004 if (epctx->state == EP_HALTED) { in xhci_kick_epctx()
/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c505 (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT)) in xhci_ring_ep_doorbell()
962 if (ep->ep_state & EP_HALTED) { in xhci_handle_halted_endpoint()
972 ep->ep_state |= EP_HALTED; in xhci_handle_halted_endpoint()
1207 if (ep->ep_state & EP_HALTED) in xhci_handle_cmd_stop_ep()
1556 ep->ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()
2300 if ((ep->ep_state & EP_HALTED) && in finish_td()
H A Dxhci.h689 #define EP_HALTED (1 << 1) /* For stall handling */ macro
H A Dxhci.c1742 if (ep->ep_state & (EP_STOP_CMD_PENDING | EP_HALTED | SET_DEQ_PENDING)) { in xhci_urb_dequeue()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h1063 #define EP_HALTED (1 << 1) /* For stall handling */ macro