Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/core/
Dhub.c1366 unsigned full_load; in hub_configure() local
1439 full_load = 900; in hub_configure()
1442 full_load = 500; in hub_configure()
1566 hdev->bus_mA = full_load * maxchild; in hub_configure()
1567 if (hdev->bus_mA >= full_load) in hub_configure()
1568 hub->mA_per_port = full_load; in hub_configure()
1590 hub->mA_per_port = full_load; in hub_configure()
1592 if (hub->mA_per_port < full_load) in hub_configure()