Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dusb.h360 #define usb_sndintpipe(dev, endpoint) ((PIPE_INTERRUPT << 30) | \ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h1998 #define usb_sndintpipe(dev, endpoint) \ macro