Home
last modified time | relevance | path

Searched refs:EP_STATE_STOPPED (Results 1 – 7 of 7) sorted by relevance

/linux/sound/usb/
H A Dendpoint.c25 EP_STATE_STOPPED, enumerator
1013 if (ep_state_update(ep, EP_STATE_STOPPING, EP_STATE_STOPPED)) { in wait_clear_urbs()
1593 if (!ep_state_update(ep, EP_STATE_STOPPED, EP_STATE_RUNNING)) in snd_usb_endpoint_start()
/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h508 case EP_STATE_STOPPED: in cdnsp_ep_state_string()
H A Dcdnsp-gadget.h669 #define EP_STATE_STOPPED 3 macro
H A Dcdnsp-ring.c1638 case EP_STATE_STOPPED: in cdnsp_prepare_ring()
2145 if (ep_state == EP_STATE_STOPPED || ep_state == EP_STATE_DISABLED || in cdnsp_cmd_stop_ep()
H A Dcdnsp-gadget.c646 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_STOPPED) { in cdnsp_halt_endpoint()
/linux/drivers/usb/host/
H A Dxhci-ring.c1252 case EP_STATE_STOPPED: in xhci_handle_cmd_stop_ep()
3284 case EP_STATE_STOPPED: in prepare_ring()
/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c231 #define EP_STATE_STOPPED 3 macro