Searched refs:PIPE_CONTROL (Results 1 – 2 of 2) sorted by relevance
359 #define usb_sndctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \361 #define usb_rcvctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \379 #define usb_snddefctrl(dev) ((PIPE_CONTROL << 30) | \381 #define usb_rcvdefctrl(dev) ((PIPE_CONTROL << 30) | \410 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
198 #define PIPE_CONTROL 2U macro
Completed in 11 milliseconds