Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h508 case EP_STATE_STOPPED: in cdnsp_ep_state_string()
/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/gadget/udc/
H A Dtegra-xudc.c231 #define EP_STATE_STOPPED 3 macro