Home
last modified time | relevance | path

Searched refs:check_bandwidth (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dsat.cc1690 float check_bandwidth = 0.; in CheckStats() local
1697 check_bandwidth += (*it)->GetMemoryBandwidth(); in CheckStats()
1701 check_bandwidth); in CheckStats()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhcd.c1867 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()
H A Dmessage.c1362 if (hcd->driver->check_bandwidth) { in usb_disable_device_endpoints()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dhcd.h384 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mtk.c431 .check_bandwidth = xhci_mtk_check_bandwidth,
H A Dxhci.c5402 .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()
H A Dxhci.h1961 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member