Searched refs:check_bandwidth (Results 1 – 7 of 7) sorted by relevance
1690 float check_bandwidth = 0.; in CheckStats() local1697 check_bandwidth += (*it)->GetMemoryBandwidth(); in CheckStats()1701 check_bandwidth); in CheckStats()
1867 if (!hcd->driver->check_bandwidth) in usb_hcd_alloc_bandwidth()1880 hcd->driver->check_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()1962 ret = hcd->driver->check_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()
1362 if (hcd->driver->check_bandwidth) { in usb_disable_device_endpoints()
384 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member
431 .check_bandwidth = xhci_mtk_check_bandwidth,
5402 .check_bandwidth = xhci_check_bandwidth,5452 if (over->check_bandwidth) in xhci_init_driver()5453 drv->check_bandwidth = over->check_bandwidth; in xhci_init_driver()
1961 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member