HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_ISOCHRONOUS (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/
usb.h 349 #define usb_sndisocpipe(dev, endpoint) ((PIPE_ISOCHRONOUS << 30) | \
351 #define usb_rcvisocpipe(dev, endpoint) ((PIPE_ISOCHRONOUS << 30) | \
393 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS)
    [all...]
usb_defs.h 172 #define PIPE_ISOCHRONOUS 0U

Completed in 92 milliseconds