Searched refs:PIPE_CONTROL (Results 1 – 1 of 1) sorted by relevance
1910 #define PIPE_CONTROL 2 macro1922 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)1933 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint))1935 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)