Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHCD.c1012 bus->bandwidth_int_reqs = 0; in usb_bus_init()
1379 dev->bus->bandwidth_int_reqs++; in usb_claim_bandwidth()
1417 dev->bus->bandwidth_int_reqs + dev->bus->bandwidth_isoc_reqs); in usb_claim_bandwidth()
1458 dev->bus->bandwidth_int_reqs--; in usb_release_bandwidth()
1465 dev->bus->bandwidth_int_reqs + dev->bus->bandwidth_isoc_reqs); in usb_release_bandwidth()
H A DdrvEHCI_SCHD.cxx570 hcd_to_bus (&ehci->hcd)->bandwidth_int_reqs++; in intr_submit()
H A DdrvEhciHcd.c2667 hcd_to_bus (&ehci->hcd)->bandwidth_int_reqs--; in ehci_urb_done()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h185 S32 bandwidth_int_reqs; member