Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/core/
Dhub.c1382 unsigned full_load; in hub_configure() local
1455 full_load = 900; in hub_configure()
1458 full_load = 500; in hub_configure()
1582 hdev->bus_mA = full_load * maxchild; in hub_configure()
1583 if (hdev->bus_mA >= full_load) in hub_configure()
1584 hub->mA_per_port = full_load; in hub_configure()
1606 hub->mA_per_port = full_load; in hub_configure()
1608 if (hub->mA_per_port < full_load) in hub_configure()