Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/core/
Dgeneric.c105 if (usb_get_max_power(udev, c) > udev->bus_mA) { in usb_choose_configuration()
Dhub.c1517 hdev->bus_mA = hcd->power_budget; in hub_configure()
1519 hdev->bus_mA = full_load * maxchild; in hub_configure()
1520 if (hdev->bus_mA >= full_load) in hub_configure()
1523 hub->mA_per_port = hdev->bus_mA; in hub_configure()
1527 int remaining = hdev->bus_mA - in hub_configure()
4829 remaining = hdev->bus_mA - hub->descriptor->bHubContrCurrent; in hub_power_remaining()
4945 udev->bus_mA = hub->mA_per_port; in hub_port_connect()
4978 && udev->bus_mA <= unit_load) { in hub_port_connect()
Dmessage.c1858 i = dev->bus_mA - usb_get_max_power(dev, cp); in usb_set_configuration()
/Linux-v4.19/include/linux/
Dusb.h663 unsigned short bus_mA; member