Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dusb.h347 #define usb_rcvctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h1988 #define usb_rcvctrlpipe(dev, endpoint) \ macro