Home
last modified time | relevance | path

Searched defs:usb_pipein (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dusb.h387 #define usb_pipein(pipe) (((pipe) >> 7) & 1) macro
/openbmc/linux/include/linux/
H A Dusb.h1985 #define usb_pipein(pipe) ((pipe) & USB_DIR_IN) macro