Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSBHost.h410 #define usb_pipeint(ms_pipe) (usb_pipetype((ms_pipe)) == EP_INTERRUPT) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h650 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT) macro