Home
last modified time | relevance | path

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

/drivers/usb/cdns3/
Dcdnsp-debug.h506 case EP_STATE_RUNNING: in cdnsp_ep_state_string()
Dcdnsp-gadget.h660 #define EP_STATE_RUNNING 1 macro
Dcdnsp-ring.c1627 case EP_STATE_RUNNING: in cdnsp_prepare_ring()
2365 cdnsp_prepare_ring(pdev, pdev->cmd_ring, EP_STATE_RUNNING, 1, in cdnsp_queue_command()
Dcdnsp-gadget.c431 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_RUNNING) in cdnsp_ep_dequeue()
/drivers/usb/host/
Dxhci-ring.c1126 case EP_STATE_RUNNING: in xhci_handle_cmd_stop_ep()
3238 case EP_STATE_RUNNING: in prepare_ring()
4282 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_RUNNING) { in xhci_queue_isoc_tx_prepare()
4345 ret = prepare_ring(xhci, xhci->cmd_ring, EP_STATE_RUNNING, in queue_command()
Dxhci.h728 #define EP_STATE_RUNNING 1 macro
2726 case EP_STATE_RUNNING: in xhci_ep_state_string()
Dxhci-hub.c503 if (GET_EP_CTX_STATE(ep_ctx) != EP_STATE_RUNNING) in xhci_stop_device()
/drivers/usb/gadget/udc/
Dtegra-xudc.c230 #define EP_STATE_RUNNING 1 macro
1436 if (ep_ctx_read_state(ep->context) == EP_STATE_RUNNING) { in __tegra_xudc_ep_dequeue()
1558 ep_ctx_write_state(ep->context, EP_STATE_RUNNING); in __tegra_xudc_ep_set_halt()
1638 ep_ctx_write_state(ep->context, EP_STATE_RUNNING); in tegra_xudc_ep_context_setup()