Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/core/ !
Dhub.c1389 unsigned full_load; in hub_configure() local
1462 full_load = 900; in hub_configure()
1465 full_load = 500; in hub_configure()
1589 hdev->bus_mA = full_load * maxchild; in hub_configure()
1590 if (hdev->bus_mA >= full_load) in hub_configure()
1591 hub->mA_per_port = full_load; in hub_configure()
1613 hub->mA_per_port = full_load; in hub_configure()
1615 if (hub->mA_per_port < full_load) in hub_configure()