Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSBHost.h399 #define EP_INTERRUPT 2 macro
410 #define usb_pipeint(ms_pipe) (usb_pipetype((ms_pipe)) == EP_INTERRUPT)
430 #define usb_rcvintpipe(dev,ms_ep) (((MS_U32)EP_INTERRUPT << 30) | __pack_pipe(dev,ms_ep) | USB_DIR…
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c1537 if (iType == EP_INTERRUPT) in ms_qh_make()
1627 if (iType != EP_INTERRUPT) in ms_qh_make()
2861 case EP_INTERRUPT: in ms_urb_enqueue()
2973 case EP_INTERRUPT: in ms_urb_dequeue()
H A DdrvPipe.c201 if (temp_p == EP_INTERRUPT) in ms_usb_submit_urb()