Searched defs:usb_rcvctrlpipe (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | usb.h | 346 #define usb_rcvctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \ macro |
/openbmc/linux/include/linux/ | ||
H A D | usb.h | 2006 #define usb_rcvctrlpipe(dev, endpoint) \ macro |