Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dusb.h1925 static inline unsigned int __create_pipe(struct usb_device *dev, in __create_pipe() function
1933 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint))
1935 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
1937 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint))
1939 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
1941 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint))
1943 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
1945 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint))
1947 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)