Searched refs:__create_pipe (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | usb.h | 1999 static inline unsigned int __create_pipe(struct usb_device *dev, in __create_pipe() function 2007 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint)) 2009 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN) 2011 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint)) 2013 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN) 2015 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint)) 2017 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN) 2019 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint)) 2021 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
/linux/drivers/usb/core/ |
H A D | message.c | 1638 pipe = __create_pipe(dev, in usb_set_interface()
|