Home
last modified time | relevance | path

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

/include/linux/
Dusb.h1946 #define PIPE_ISOCHRONOUS 0 macro
1958 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS)
1975 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint))
1977 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)