Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Dapm_power.c216 enum power_supply_property now_prop, avg_prop; in calculate_capacity() local
227 avg_prop = POWER_SUPPLY_PROP_CHARGE_AVG; in calculate_capacity()
235 avg_prop = POWER_SUPPLY_PROP_ENERGY_AVG; in calculate_capacity()
243 avg_prop = POWER_SUPPLY_PROP_VOLTAGE_AVG; in calculate_capacity()
256 if (_MPSY_PROP(avg_prop, &cur)) { in calculate_capacity()