Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dusb.h1910 #define PIPE_CONTROL 2 macro
1922 #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)