Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dusb.h393 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS) macro
/openbmc/linux/include/linux/
H A Dusb.h1992 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS) macro