Home
last modified time | relevance | path

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

/include/linux/
Dusb.h1591 static inline unsigned int __create_pipe(struct usb_device *dev, in __create_pipe() function
1599 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint))
1601 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
1603 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint))
1605 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
1607 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint))
1609 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
1611 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint))
1613 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)