Home
last modified time | relevance | path

Searched refs:PIPE_BULK (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h620 #define PIPE_BULK 3 macro
652 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK)
698 #define usb_sndbulkpipe(dev,endpoint) (((U32)PIPE_BULK << 30) | __create_pipe(dev,endpoint))
699 #define usb_rcvbulkpipe(dev,endpoint) (((U32)PIPE_BULK << 30) | __create_pipe(dev,endpoint) | USB_…
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHCDDBG.cpp103 case PIPE_BULK: in edstring()
H A DdrvURB.c315 case PIPE_BULK: in usb_submit_urb()
H A DdrvHCD.c2038 case PIPE_BULK: in hcd_endpoint_disable()
H A DdrvEhciHcd.c4904 } else if (type == PIPE_BULK) { in qh_make()