Home
last modified time | relevance | path

Searched refs:mA_per_port (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhub.h55 unsigned mA_per_port; /* current for each child */ member
H A Dhub.c1598 hub->mA_per_port = full_load; in hub_configure()
1600 hub->mA_per_port = hdev->bus_mA; in hub_configure()
1615 hub->mA_per_port = unit_load; /* 7.2.1 */ in hub_configure()
1620 hub->mA_per_port = full_load; in hub_configure()
1622 if (hub->mA_per_port < full_load) in hub_configure()
1624 hub->mA_per_port); in hub_configure()
5178 if (delta > hub->mA_per_port) in hub_power_remaining()
5180 delta, hub->mA_per_port); in hub_power_remaining()
5361 udev->bus_mA = hub->mA_per_port; in hub_port_connect()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhub.h55 unsigned mA_per_port; /* current for each child */ member
H A Dhub.c1605 hub->mA_per_port = full_load; in hub_configure()
1607 hub->mA_per_port = hdev->bus_mA; in hub_configure()
1622 hub->mA_per_port = unit_load; /* 7.2.1 */ in hub_configure()
1627 hub->mA_per_port = full_load; in hub_configure()
1629 if (hub->mA_per_port < full_load) in hub_configure()
1631 hub->mA_per_port); in hub_configure()
5193 if (delta > hub->mA_per_port) in hub_power_remaining()
5195 delta, hub->mA_per_port); in hub_power_remaining()
5381 udev->bus_mA = hub->mA_per_port; in hub_port_connect()

Completed in 17 milliseconds