Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dusb.h1813 static inline unsigned int __create_pipe(struct usb_device *dev, in __create_pipe() function
1821 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint))
1823 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
1825 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint))
1827 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
1829 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint))
1831 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
1833 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint))
1835 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
/linux-4.4.14/drivers/usb/core/
Dmessage.c1392 pipe = __create_pipe(dev, in usb_set_interface()
Ddevio.c1506 __create_pipe(ps->dev, uurb->endpoint & 0xf) | in proc_do_submiturb()