Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dusb.h2027 static inline unsigned int __create_pipe(struct usb_device *dev, in __create_pipe() function
2035 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint))
2037 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
2039 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint))
2041 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
2043 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint))
2045 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
2047 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint))
2049 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
/linux/drivers/usb/core/
H A Dmessage.c1698 pipe = __create_pipe(dev, in usb_set_interface()
H A Ddevio.c1870 __create_pipe(ps->dev, uurb->endpoint & 0xf) | in proc_do_submiturb()