Searched refs:time_to_empty (Results 1 – 3 of 3) sorted by relevance
286 union power_supply_propval capacity, time_to_full, time_to_empty; in apm_battery_apm_get_power_status() local348 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()
96 int time_to_empty; member490 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()
202 attribute? The same question about time_to_empty/time_to_full.