Searched refs:__create_pipe (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | usb.h | 1925 static inline unsigned int __create_pipe(struct usb_device *dev,  in __create_pipe()  function1933 	((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)
 
 | 
| /Linux-v5.4/drivers/usb/core/ | 
| D | message.c | 1467 			pipe = __create_pipe(dev,  in usb_set_interface()
 | 
| D | devio.c | 1733 			__create_pipe(ps->dev, uurb->endpoint & 0xf) |  in proc_do_submiturb()
 |