Home
last modified time | relevance | path

Searched refs:usb_pipeint (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHCD.c703 if (usb_pipeint (urb->pipe)) { in rh_urb_enqueue()
917 if (usb_pipeint (urb->pipe)) { in rh_urb_enqueue()
H A DdrvEhciHcd.c2592 } else if (urb->dev->tt && !usb_pipeint (urb->pipe) in qtd_copy_status()
/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
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUsbd.c526 if (usb_pipeint (pUrb->u32Pipe)) in ms_rh_urb_enqueue()
H A DdrvEhciHcd.c1033 else if (pUrb->dev->tt && !usb_pipeint (pUrb->u32Pipe) in ms_qtd_copy_status()