Searched defs:usb_pipedevice (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | usb.h | 388 #define usb_pipedevice(pipe) (((pipe) >> 8) & 0x7f) macro |
/openbmc/linux/include/linux/ | ||
H A D | usb.h | 1988 #define usb_pipedevice(pipe) (((pipe) >> 8) & 0x7f) macro |