Home
last modified time | relevance | path

Searched defs:usb_pipecontrol (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSBHost.h411 #define usb_pipecontrol(ms_pipe) (usb_pipetype((ms_pipe)) == EP_CONTROL) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h651 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL) macro