Searched refs:EP_STATE_RUNNING (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/usb/ |
| H A D | endpoint.c | 26 EP_STATE_RUNNING, enumerator 135 return atomic_read(&ep->state) == EP_STATE_RUNNING; in ep_state_running() 1042 if (!ep_state_update(ep, EP_STATE_RUNNING, EP_STATE_STOPPING)) in stop_urbs() 1593 if (!ep_state_update(ep, EP_STATE_STOPPED, EP_STATE_RUNNING)) in snd_usb_endpoint_start()
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-debug.h | 504 case EP_STATE_RUNNING: in cdnsp_ep_state_string()
|
| H A D | cdnsp-gadget.h | 667 #define EP_STATE_RUNNING 1 macro
|
| H A D | cdnsp-ring.c | 1639 case EP_STATE_RUNNING: in cdnsp_prepare_ring() 2395 cdnsp_prepare_ring(pdev, pdev->cmd_ring, EP_STATE_RUNNING, 1, in cdnsp_queue_command()
|
| H A D | cdnsp-gadget.c | 453 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_RUNNING) in cdnsp_ep_dequeue()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-ring.c | 1278 case EP_STATE_RUNNING: in xhci_handle_cmd_stop_ep() 3285 case EP_STATE_RUNNING: in prepare_ring() 4307 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_RUNNING) { in xhci_queue_isoc_tx_prepare() 4368 ret = prepare_ring(xhci, xhci->cmd_ring, EP_STATE_RUNNING, in queue_command()
|
| H A D | xhci.c | 2914 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_RUNNING) in xhci_stop_endpoint_sync()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | tegra-xudc.c | 229 #define EP_STATE_RUNNING 1 macro 1452 if (ep_ctx_read_state(ep->context) == EP_STATE_RUNNING) { in __tegra_xudc_ep_dequeue() 1568 ep_ctx_write_state(ep->context, EP_STATE_RUNNING); in __tegra_xudc_ep_set_halt() 1648 ep_ctx_write_state(ep->context, EP_STATE_RUNNING); in tegra_xudc_ep_context_setup()
|