Searched refs:__create_pipe (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | usb.h | 1982 static inline unsigned int __create_pipe(struct usb_device *dev, in __create_pipe() function 1990 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint)) 1992 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN) 1994 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint)) 1996 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN) 1998 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint)) 2000 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN) 2002 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint)) 2004 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
/linux/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_compat_css20.c | 644 static int __create_pipe(struct atomisp_sub_device *asd, in __create_pipe() function 687 ret = __create_pipe(asd, &asd->stream_env[i], j); in __create_pipes()
|
/linux/drivers/usb/core/ |
H A D | message.c | 1638 pipe = __create_pipe(dev, in usb_set_interface()
|
H A D | devio.c | 1868 __create_pipe(ps->dev, uurb->endpoint & 0xf) | in proc_do_submiturb()
|