Searched refs:PIPE_ISOCHRONOUS (Results 1 – 1 of 1) sorted by relevance
1946 #define PIPE_ISOCHRONOUS 0 macro1958 #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)