Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h619 #define PIPE_CONTROL 2 macro
651 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
694 #define usb_sndctrlpipe(dev,endpoint) (((U32)PIPE_CONTROL << 30) | __create_pipe(dev,endpoint))
695 #define usb_rcvctrlpipe(dev,endpoint) (((U32)PIPE_CONTROL << 30) | __create_pipe(dev,endpoint) | U…
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHCD.h392 #define usb_snddefctrl(dev) (((U32)PIPE_CONTROL << 30))
393 #define usb_rcvdefctrl(dev) (((U32)PIPE_CONTROL << 30) | USB_DIR_IN)
H A DdrvEhciHcd.c4764 if (type == PIPE_CONTROL) { in qh_make()
4771 if (type == PIPE_CONTROL && (urb->dev->speed == USB_SPEED_FULL) ) { in qh_make()
4775 if (type != PIPE_CONTROL) { in qh_make()
4783 if (type == PIPE_CONTROL) { in qh_make()
4899 if (type == PIPE_CONTROL) { in qh_make()
H A DdrvHCDDBG.cpp100 case PIPE_CONTROL: in edstring()
H A DdrvURB.c319 case PIPE_CONTROL: in usb_submit_urb()
H A DdrvHCD.c2035 case PIPE_CONTROL: in hcd_endpoint_disable()