Lines Matching refs:time
196 int time;
198 time = do_calculate_time(status, SOURCE_ENERGY);
199 if (time != -1)
200 return time;
202 time = do_calculate_time(status, SOURCE_CHARGE);
203 if (time != -1)
204 return time;
206 time = do_calculate_time(status, SOURCE_VOLTAGE);
207 if (time != -1)
208 return time;
337 /* time */
344 info->time = time_to_full.intval / 60;
346 info->time = calculate_time(status.intval);
350 info->time = time_to_empty.intval / 60;
352 info->time = calculate_time(status.intval);