Searched refs:PIPE_BULK (Results 1 – 5 of 5) sorted by relevance
620 #define PIPE_BULK 3 macro652 #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_…
103 case PIPE_BULK: in edstring()
315 case PIPE_BULK: in usb_submit_urb()
2038 case PIPE_BULK: in hcd_endpoint_disable()
4904 } else if (type == PIPE_BULK) { in qh_make()