Searched defs:usb_pipein (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | usb.h | 387 #define usb_pipein(pipe) (((pipe) >> 7) & 1) macro |
/openbmc/linux/include/linux/ | ||
H A D | usb.h | 1985 #define usb_pipein(pipe) ((pipe) & USB_DIR_IN) macro |