Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/power/supply/
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()
Dbq27xxx_battery.c1590 cache.time_to_empty = -ENODATA;
1597 cache.time_to_empty = bq27xxx_battery_read_time(di, BQ27XXX_REG_TTE);
1804 ret = bq27xxx_simple_value(di->cache.time_to_empty, val);
/Linux-v4.19/include/linux/power/
Dbq27xxx_battery.h44 int time_to_empty; member
/Linux-v4.19/Documentation/power/
Dpower_supply_class.txt219 attribute? The same question about time_to_empty/time_to_full.