Lines Matching full:resistance
81 * @internal_resist: the battery internal resistance in mOhm
90 * @resist_table_len: the resistance table length
93 * @calib_resist: the real resistance of coulomb counter chip in uOhm
95 * @resist_table: resistance percent table with corresponding temperature
490 int vol, cur, ret, temp, resistance;
500 resistance = data->internal_resist;
506 resistance = power_supply_temp2resist_simple(data->resist_table,
508 resistance = data->internal_resist * resistance / 100;
512 *val = vol * 1000 - cur * resistance;
1164 "sprd,calib-resistance-micro-ohms",
1168 "failed to get fgu calibration resistance\n");