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