Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/power/supply/
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),
1528 ARRAY_SIZE(default_charger_props) + in charger_manager_probe()
1534 memcpy(properties, default_charger_props, in charger_manager_probe()
1536 ARRAY_SIZE(default_charger_props)); in charger_manager_probe()
1537 num_properties = ARRAY_SIZE(default_charger_props); in charger_manager_probe()