Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhub.c1384 unsigned full_load; in hub_configure() local
1457 full_load = 900; in hub_configure()
1460 full_load = 500; in hub_configure()
1584 hdev->bus_mA = full_load * maxchild; in hub_configure()
1585 if (hdev->bus_mA >= full_load) in hub_configure()
1586 hub->mA_per_port = full_load; in hub_configure()
1608 hub->mA_per_port = full_load; in hub_configure()
1610 if (hub->mA_per_port < full_load) in hub_configure()