Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/core/
Dgeneric.c116 if (usb_get_max_power(udev, c) > udev->bus_mA) { in usb_choose_configuration()
Dhub.c1564 hdev->bus_mA = hcd->power_budget; in hub_configure()
1566 hdev->bus_mA = full_load * maxchild; in hub_configure()
1567 if (hdev->bus_mA >= full_load) in hub_configure()
1570 hub->mA_per_port = hdev->bus_mA; in hub_configure()
1574 int remaining = hdev->bus_mA - in hub_configure()
4896 remaining = hdev->bus_mA - hub->descriptor->bHubContrCurrent; in hub_power_remaining()
5012 udev->bus_mA = hub->mA_per_port; in hub_port_connect()
5045 && udev->bus_mA <= unit_load) { in hub_port_connect()
Dmessage.c1859 i = dev->bus_mA - usb_get_max_power(dev, cp); in usb_set_configuration()
/Linux-v5.4/include/linux/
Dusb.h661 unsigned short bus_mA; member