Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHCD.c1011 bus->bandwidth_allocated = 0; in usb_bus_init()
1375 dev->bus->bandwidth_allocated += bustime; in usb_claim_bandwidth()
1416 dev->bus->bandwidth_allocated, in usb_claim_bandwidth()
1454 dev->bus->bandwidth_allocated -= urb->bandwidth; in usb_release_bandwidth()
1464 dev->bus->bandwidth_allocated, in usb_release_bandwidth()
H A DdrvEHCI_SCHD.cxx359 hcd_to_bus (&ehci->hcd)->bandwidth_allocated -= in intr_deschedule()
508 hcd_to_bus (&ehci->hcd)->bandwidth_allocated += in qh_schedule()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h184 S32 bandwidth_allocated; member