Searched refs:PIPE_INTERRUPT (Results 1 – 2 of 2) sorted by relevance
374 #define usb_sndintpipe(dev, endpoint) ((PIPE_INTERRUPT << 30) | \376 #define usb_rcvintpipe(dev, endpoint) ((PIPE_INTERRUPT << 30) | \409 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT)
197 #define PIPE_INTERRUPT 1U macro
Completed in 11 milliseconds