Searched refs:__create_pipe (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | usb.h | 1920 static inline unsigned int __create_pipe(struct usb_device *dev, in __create_pipe() function 1928 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint)) 1930 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN) 1932 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint)) 1934 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN) 1936 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint)) 1938 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN) 1940 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint)) 1942 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
/Linux-v4.19/drivers/usb/core/ |
D | message.c | 1466 pipe = __create_pipe(dev, in usb_set_interface()
|
D | devio.c | 1682 __create_pipe(ps->dev, uurb->endpoint & 0xf) | in proc_do_submiturb()
|