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