Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dusb.h1989 static inline unsigned int __create_pipe(struct usb_device *dev, in __create_pipe() function
1997 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint))
1999 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
2001 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint))
2003 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
2005 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint))
2007 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
2009 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint))
2011 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
/linux-6.3-rc2/drivers/usb/core/
A Dmessage.c1639 pipe = __create_pipe(dev, in usb_set_interface()
A Ddevio.c1858 __create_pipe(ps->dev, uurb->endpoint & 0xf) | in proc_do_submiturb()
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/
A Datomisp_compat_css20.c694 static int __create_pipe(struct atomisp_sub_device *asd, in __create_pipe() function
737 ret = __create_pipe(asd, &asd->stream_env[i], j); in __create_pipes()

Completed in 28 milliseconds