Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c229 case EP_STATE_RUNNING: in prepare_ring()
277 BUG_ON(prepare_ring(ctrl, ctrl->cmd_ring, EP_STATE_RUNNING)); in xhci_queue_command()
H A Dxhci.h611 #define EP_STATE_RUNNING 1 macro
/openbmc/linux/sound/usb/
H A Dendpoint.c26 EP_STATE_RUNNING, enumerator
135 return atomic_read(&ep->state) == EP_STATE_RUNNING; in ep_state_running()
1037 if (!ep_state_update(ep, EP_STATE_RUNNING, EP_STATE_STOPPING)) in stop_urbs()
1586 if (!ep_state_update(ep, EP_STATE_STOPPED, EP_STATE_RUNNING)) in snd_usb_endpoint_start()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h506 case EP_STATE_RUNNING: in cdnsp_ep_state_string()
H A Dcdnsp-gadget.h660 #define EP_STATE_RUNNING 1 macro
H A Dcdnsp-ring.c1634 case EP_STATE_RUNNING: in cdnsp_prepare_ring()
2375 cdnsp_prepare_ring(pdev, pdev->cmd_ring, EP_STATE_RUNNING, 1, in cdnsp_queue_command()
H A Dcdnsp-gadget.c431 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_RUNNING) in cdnsp_ep_dequeue()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h730 #define EP_STATE_RUNNING 1 macro
2734 case EP_STATE_RUNNING: in xhci_ep_state_string()
H A Dxhci-ring.c1176 case EP_STATE_RUNNING: in xhci_handle_cmd_stop_ep()
3277 case EP_STATE_RUNNING: in prepare_ring()
4317 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_RUNNING) { in xhci_queue_isoc_tx_prepare()
4379 ret = prepare_ring(xhci, xhci->cmd_ring, EP_STATE_RUNNING, in queue_command()
H A Dxhci-hub.c517 if (GET_EP_CTX_STATE(ep_ctx) != EP_STATE_RUNNING) in xhci_stop_device()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c229 #define EP_STATE_RUNNING 1 macro
1448 if (ep_ctx_read_state(ep->context) == EP_STATE_RUNNING) { in __tegra_xudc_ep_dequeue()
1570 ep_ctx_write_state(ep->context, EP_STATE_RUNNING); in __tegra_xudc_ep_set_halt()
1650 ep_ctx_write_state(ep->context, EP_STATE_RUNNING); in tegra_xudc_ep_context_setup()