Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/power/
Dapm_power.c286 union power_supply_propval capacity, time_to_full, time_to_empty; in apm_battery_apm_get_power_status() local
348 if (!MPSY_PROP(TIME_TO_EMPTY_AVG, &time_to_empty) || in apm_battery_apm_get_power_status()
349 !MPSY_PROP(TIME_TO_EMPTY_NOW, &time_to_empty)) in apm_battery_apm_get_power_status()
350 info->time = time_to_empty.intval / 60; in apm_battery_apm_get_power_status()
Dbq27x00_battery.c96 int time_to_empty; member
490 cache.time_to_empty = -ENODATA; in bq27x00_update()
498 cache.time_to_empty = in bq27x00_update()
503 cache.time_to_empty = in bq27x00_update()
720 ret = bq27x00_simple_value(di->cache.time_to_empty, val); in bq27x00_battery_get_property()
/linux-4.1.27/Documentation/power/
Dpower_supply_class.txt202 attribute? The same question about time_to_empty/time_to_full.