Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dusb.h391 #define usb_pipeendpoint(pipe) (((pipe) >> 15) & 0xf) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h1971 #define usb_pipeendpoint(pipe) (((pipe) >> 15) & 0xf) macro