Home
last modified time | relevance | path

Searched refs:URB_ISO_ASAP (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvURB.c327 allowed |= URB_ISO_ASAP; in usb_submit_urb()
H A DdrvEHCI_SCHD.cxx907 if (!(urb->transfer_flags & URB_ISO_ASAP)) { in get_iso_range()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h411 #define URB_ISO_ASAP 0x0002 /* iso-only, urb->start_frame ignored */ macro