Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dusb.h354 #define usb_sndbulkpipe(dev, endpoint) ((PIPE_BULK << 30) | \ macro
/openbmc/linux/include/linux/
H A Dusb.h2012 #define usb_sndbulkpipe(dev, endpoint) \ macro