Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dcharger-manager.c824 static enum power_supply_property default_charger_props[] = { enum
844 .properties = default_charger_props,
845 .num_properties = ARRAY_SIZE(default_charger_props),
1526 ARRAY_SIZE(default_charger_props) + in charger_manager_probe()
1532 memcpy(properties, default_charger_props, in charger_manager_probe()
1534 ARRAY_SIZE(default_charger_props)); in charger_manager_probe()
1535 num_properties = ARRAY_SIZE(default_charger_props); in charger_manager_probe()