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