Home
last modified time | relevance | path

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

/include/linux/
A Dusb.h1982 #define PIPE_ISOCHRONOUS 0 macro
1994 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS)
2011 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint))
2013 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)

Completed in 8 milliseconds