Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Dapm_power.c285 union power_supply_propval capacity, time_to_full, time_to_empty; in apm_battery_apm_get_power_status() local
341 if (!MPSY_PROP(TIME_TO_FULL_AVG, &time_to_full) || in apm_battery_apm_get_power_status()
342 !MPSY_PROP(TIME_TO_FULL_NOW, &time_to_full)) in apm_battery_apm_get_power_status()
343 info->time = time_to_full.intval / 60; in apm_battery_apm_get_power_status()
/linux/Documentation/power/
H A Dpower_supply_class.rst275 attribute? The same question about time_to_empty/time_to_full.