Searched refs:PIPE_CONTROL (Results 1 – 7 of 7) sorted by relevance
543 #define PIPE_CONTROL 2u macro556 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)571 #define usb_sndctrlpipe(dev,endpoint) ((PIPE_CONTROL << 30) | __create_pipe(dev,endpoint))572 #define usb_rcvctrlpipe(dev,endpoint) ((PIPE_CONTROL << 30) | __create_pipe(dev,endpoint) | USB_D…
204 case PIPE_CONTROL:335 case PIPE_CONTROL:451 if (ed->type != PIPE_CONTROL) {695 case PIPE_CONTROL:813 if ((type != PIPE_CONTROL || td->index != 0) && tdBE != 0) {1179 case PIPE_CONTROL:
968 if (type == PIPE_CONTROL) { in qh_make()996 if (type == PIPE_CONTROL) { in qh_make()
906 case PIPE_CONTROL: in ehci_urb_enqueue()
167 case PIPE_CONTROL:
305 case PIPE_CONTROL: in usb_submit_urb()
79 #define usb_sndaddr0pipe() (PIPE_CONTROL << 30)80 #define usb_rcvaddr0pipe() ((PIPE_CONTROL << 30) | USB_DIR_IN)
Completed in 28 milliseconds