Home
last modified time | relevance | path

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

/include/linux/
A Dusb.h1985 #define PIPE_BULK 3 macro
1997 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK)
2015 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint))
2017 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)

Completed in 9 milliseconds