Home
last modified time | relevance | path

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

/linux/sound/usb/
H A Dendpoint.c25 EP_STATE_STOPPED, enumerator
1015 if (ep_state_update(ep, EP_STATE_STOPPING, EP_STATE_STOPPED)) { in wait_clear_urbs()
1602 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.c654 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_STOPPED) { in cdnsp_halt_endpoint()
/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c231 #define EP_STATE_STOPPED 3 macro