Home
last modified time | relevance | path

Searched defs:usb_sndctrlpipe (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dusb.h344 #define usb_sndctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \ macro
/openbmc/linux/include/linux/
H A Dusb.h2004 #define usb_sndctrlpipe(dev, endpoint) \ macro