Searched refs:default_charger_props (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/power/supply/
H A Dcharger-manager.c824 static enum power_supply_property default_charger_props[] = { variable in typeref:enum:power_supply_property
844 .properties = default_charger_props,
845 .num_properties = ARRAY_SIZE(default_charger_props),
1528 ARRAY_SIZE(default_charger_props) +
1534 memcpy(properties, default_charger_props,
1536 ARRAY_SIZE(default_charger_props));
1537 num_properties = ARRAY_SIZE(default_charger_props);

Completed in 183 milliseconds