Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dusb.h349 #define usb_sndisocpipe(dev, endpoint) ((PIPE_ISOCHRONOUS << 30) | \ macro
/openbmc/linux/include/linux/
H A Dusb.h2008 #define usb_sndisocpipe(dev, endpoint) \ macro