Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dusb.h394 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT) macro
/openbmc/linux/include/linux/
H A Dusb.h1993 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT) macro