Home
last modified time | relevance | path

Searched refs:number_of_packets (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_SCHD.cxx749 if ((index + 1) == (U32) urb->number_of_packets) in itd_fill()
784 frame_index < urb->number_of_packets; in itd_urb_transaction()
859 span = urb->interval * urb->number_of_packets; in get_iso_range()
879 s = itd->uframe + u->interval * u->number_of_packets; in get_iso_range()
951 for (i = 0; i < (U32) urb->number_of_packets; i++) { in itd_schedule()
968 i < (U32) urb->number_of_packets; in itd_schedule()
990 urb, urb->number_of_packets, urb->interval, in itd_schedule()
995 i < (U32) urb->number_of_packets; in itd_schedule()
1016 usecs /= urb->number_of_packets; in itd_schedule()
H A DdrvURB.c272 if (m_urb->number_of_packets <= 0) in usb_submit_urb()
274 for (n = 0; n < m_urb->number_of_packets; n++) { in usb_submit_urb()
H A DdrvUSBDebug.c281 printk ("number_of_packets :%d\n", urb->number_of_packets); in usb_dump_urb()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dusbdevice_fs.h106 int number_of_packets; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h468 S32 number_of_packets; member