Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dusb.h396 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h1976 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL) macro