Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvMsg.c355 usb_endpoint_running(dev, usb_pipeendpoint(pipe), usb_pipeout(pipe)); in usb_clear_halt()
411 usb_endpoint_running(dev, eptnum, 1); in usb_enable_endpoint()
416 usb_endpoint_running(dev, eptnum, 0); in usb_enable_endpoint()
H A DdrvTransport.c422 usb_endpoint_running(us->pusb_dev, usb_pipeendpoint(pipe), in usb_stor_clear_halt()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h654 #define usb_endpoint_running(dev, ep, out) ((dev)->halted[out] &= ~(1 << (ep))) macro