time_to_full      286 drivers/power/supply/apm_power.c 	union power_supply_propval capacity, time_to_full, time_to_empty;
time_to_full      342 drivers/power/supply/apm_power.c 		if (!MPSY_PROP(TIME_TO_FULL_AVG, &time_to_full) ||
time_to_full      343 drivers/power/supply/apm_power.c 				!MPSY_PROP(TIME_TO_FULL_NOW, &time_to_full))
time_to_full      344 drivers/power/supply/apm_power.c 			info->time = time_to_full.intval / 60;
time_to_full     1588 drivers/power/supply/bq27xxx_battery.c 			cache.time_to_full = -ENODATA;
time_to_full     1597 drivers/power/supply/bq27xxx_battery.c 				cache.time_to_full = bq27xxx_battery_read_time(di, BQ27XXX_REG_TTF);
time_to_full     1808 drivers/power/supply/bq27xxx_battery.c 		ret = bq27xxx_simple_value(di->cache.time_to_full, val);
time_to_full       47 include/linux/power/bq27xxx_battery.h 	int time_to_full;