Home
last modified time | relevance | path

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

/include/
A Dusb.h359 #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)
A Dusb_defs.h198 #define PIPE_CONTROL 2U macro

Completed in 13 milliseconds