Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h1979 static inline unsigned int __create_pipe(struct usb_device *dev, in __create_pipe() function
1987 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint))
1989 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
1991 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint))
1993 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
1995 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint))
1997 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
1999 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint))
2001 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dmessage.c1634 pipe = __create_pipe(dev, in usb_set_interface()
H A Ddevio.c1765 __create_pipe(ps->dev, uurb->endpoint & 0xf) | in proc_do_submiturb()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c729 static int __create_pipe(struct atomisp_sub_device *asd, in __create_pipe() function
777 ret = __create_pipe(asd, &asd->stream_env[i], j); in __create_pipes()