Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dusb.h1957 static inline unsigned int __create_pipe(struct usb_device *dev, in __create_pipe() function
1965 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint))
1967 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
1969 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint))
1971 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
1973 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint))
1975 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
1977 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint))
1979 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
/kernel/linux/linux-5.10/drivers/usb/core/
Dmessage.c1629 pipe = __create_pipe(dev, in usb_set_interface()
Ddevio.c1775 __create_pipe(ps->dev, uurb->endpoint & 0xf) | in proc_do_submiturb()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
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()