Searched refs:EP_STATE_RUNNING (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/sound/usb/ |
| D | endpoint.c | 26 EP_STATE_RUNNING, enumerator 123 return atomic_read(&ep->state) == EP_STATE_RUNNING; in ep_state_running() 903 if (!ep_state_update(ep, EP_STATE_RUNNING, EP_STATE_STOPPING)) in stop_urbs() 1389 if (!ep_state_update(ep, EP_STATE_STOPPED, EP_STATE_RUNNING)) in snd_usb_endpoint_start()
|
| /Linux-v5.15/drivers/usb/cdns3/ |
| D | cdnsp-debug.h | 503 case EP_STATE_RUNNING: in cdnsp_ep_state_string()
|
| D | cdnsp-gadget.h | 660 #define EP_STATE_RUNNING 1 macro
|
| D | cdnsp-ring.c | 1615 case EP_STATE_RUNNING: in cdnsp_prepare_ring() 2321 cdnsp_prepare_ring(pdev, pdev->cmd_ring, EP_STATE_RUNNING, 1, in cdnsp_queue_command()
|
| D | cdnsp-gadget.c | 431 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_RUNNING) in cdnsp_ep_dequeue()
|
| /Linux-v5.15/drivers/usb/host/ |
| D | xhci-ring.c | 1120 case EP_STATE_RUNNING: in xhci_handle_cmd_stop_ep() 3216 case EP_STATE_RUNNING: in prepare_ring() 4260 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_RUNNING) { in xhci_queue_isoc_tx_prepare() 4323 ret = prepare_ring(xhci, xhci->cmd_ring, EP_STATE_RUNNING, in queue_command()
|
| D | xhci.h | 724 #define EP_STATE_RUNNING 1 macro 2684 case EP_STATE_RUNNING: in xhci_ep_state_string()
|
| D | xhci-hub.c | 502 if (GET_EP_CTX_STATE(ep_ctx) != EP_STATE_RUNNING) in xhci_stop_device()
|
| /Linux-v5.15/drivers/usb/gadget/udc/ |
| D | tegra-xudc.c | 233 #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()
|