Searched refs:time_to_full (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | apm_power.c | 286 union power_supply_propval capacity, time_to_full, time_to_empty; in apm_battery_apm_get_power_status() local 342 if (!MPSY_PROP(TIME_TO_FULL_AVG, &time_to_full) || in apm_battery_apm_get_power_status() 343 !MPSY_PROP(TIME_TO_FULL_NOW, &time_to_full)) in apm_battery_apm_get_power_status() 344 info->time = time_to_full.intval / 60; in apm_battery_apm_get_power_status()
|
H A D | bq27xxx_battery.c | 1777 cache.time_to_full = bq27xxx_battery_read_time(di, BQ27XXX_REG_TTF); 1973 ret = bq27xxx_simple_value(di->cache.time_to_full, val);
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | apm_power.c | 286 union power_supply_propval capacity, time_to_full, time_to_empty; in apm_battery_apm_get_power_status() local 342 if (!MPSY_PROP(TIME_TO_FULL_AVG, &time_to_full) || in apm_battery_apm_get_power_status() 343 !MPSY_PROP(TIME_TO_FULL_NOW, &time_to_full)) in apm_battery_apm_get_power_status() 344 info->time = time_to_full.intval / 60; in apm_battery_apm_get_power_status()
|
H A D | bq27xxx_battery.c | 1851 cache.time_to_full = bq27xxx_battery_read_time(di, BQ27XXX_REG_TTF); 2047 ret = bq27xxx_simple_value(di->cache.time_to_full, val);
|
/kernel/linux/linux-5.10/include/linux/power/ |
H A D | bq27xxx_battery.h | 52 int time_to_full; member
|
/kernel/linux/linux-6.6/include/linux/power/ |
H A D | bq27xxx_battery.h | 53 int time_to_full; member
|
Completed in 7 milliseconds