Home
last modified time | relevance | path

Searched refs:start_frame (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_SCHD.cxx911 urb->start_frame %= ehci->periodic_size; in get_iso_range()
912 temp = urb->start_frame << 3; in get_iso_range()
919 *start = urb->start_frame << 3; in get_iso_range()
987 urb->start_frame = start >> 3; in itd_schedule()
991 urb->start_frame, start & 0x7); in itd_schedule()
H A DdrvUSBDebug.c279 printk ("start_frame :%d\n", urb->start_frame); in usb_dump_urb()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h467 S32 start_frame; member
553 urb->start_frame = -1; in usb_fill_int_urb()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dusbdevice_fs.h105 int start_frame; member