Searched refs:total_cap (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/power/supply/
H A Dsc27xx_fuel_gauge.c82 * @total_cap: the total capacity of the battery in mAh
108 int total_cap; member in struct:sc27xx_fgu_data
445 delta_cap = DIV_ROUND_CLOSEST(temp * 100, data->total_cap);
657 val->intval = data->total_cap * 1000;
723 data->total_cap = val->intval / 1000;
949 int cur_cap = DIV_ROUND_CLOSEST(data->total_cap * capacity, 100);
1004 data->total_cap = info->charge_full_design_uah / 1000;

Completed in 193 milliseconds