Searched refs:__create_pipe (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/include/linux/ |
D | usb.h | 1997 static inline unsigned int __create_pipe(struct usb_device *dev, in __create_pipe() function 2005 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint)) 2007 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN) 2009 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint)) 2011 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN) 2013 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint)) 2015 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN) 2017 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint)) 2019 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
/Linux-v6.6/drivers/staging/media/atomisp/pci/ |
D | atomisp_compat_css20.c | 660 static int __create_pipe(struct atomisp_sub_device *asd, in __create_pipe() function 703 ret = __create_pipe(asd, &asd->stream_env[i], j); in __create_pipes()
|
/Linux-v6.6/drivers/usb/core/ |
D | message.c | 1635 pipe = __create_pipe(dev, in usb_set_interface()
|
D | devio.c | 1868 __create_pipe(ps->dev, uurb->endpoint & 0xf) | in proc_do_submiturb()
|