Home
last modified time | relevance | path

Searched refs:EP_STATE_RUNNING (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/usb/host/
Dxhci.h721 #define EP_STATE_RUNNING 1 macro
2664 case EP_STATE_RUNNING: in xhci_ep_state_string()
Dxhci-ring.c2966 case EP_STATE_RUNNING: in prepare_ring()
3988 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_RUNNING) { in xhci_queue_isoc_tx_prepare()
4051 ret = prepare_ring(xhci, xhci->cmd_ring, EP_STATE_RUNNING, in queue_command()
Dxhci-hub.c416 if (GET_EP_CTX_STATE(ep_ctx) != EP_STATE_RUNNING) in xhci_stop_device()
/Linux-v5.10/drivers/usb/gadget/udc/
Dtegra-xudc.c233 #define EP_STATE_RUNNING 1 macro
1437 if (ep_ctx_read_state(ep->context) == EP_STATE_RUNNING) { in __tegra_xudc_ep_dequeue()
1559 ep_ctx_write_state(ep->context, EP_STATE_RUNNING); in __tegra_xudc_ep_set_halt()
1636 ep_ctx_write_state(ep->context, EP_STATE_RUNNING); in tegra_xudc_ep_context_setup()