Searched refs:PIPE_CONTROL (Results 1 – 6 of 6) sorted by relevance
619 #define PIPE_CONTROL 2 macro651 #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…
392 #define usb_snddefctrl(dev) (((U32)PIPE_CONTROL << 30))393 #define usb_rcvdefctrl(dev) (((U32)PIPE_CONTROL << 30) | USB_DIR_IN)
4764 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()
100 case PIPE_CONTROL: in edstring()
319 case PIPE_CONTROL: in usb_submit_urb()
2035 case PIPE_CONTROL: in hcd_endpoint_disable()