Lines Matching full:resistance
133 * ab8500_btemp_batctrl_volt_to_res() - convert batctrl voltage to resistance
138 * This function returns the battery resistance that is
158 * source to calculate the resistance. in ab8500_btemp_batctrl_volt_to_res()
346 * ab8500_btemp_get_batctrl_res() - get battery resistance
349 * This function returns the battery pack identification resistance.
418 * ab8500_btemp_res_to_temp() - resistance to temperature
421 * @tbl_size: size of the resistance to temperature table
422 * @res: resistance to calculate the temperature from
425 * based on the NTC resistance.
434 * the resistance table limits, extrapolate in ab8500_btemp_res_to_temp()
435 * if resistance is outside the limits. in ab8500_btemp_res_to_temp()
548 ", resistance %d Ohm\n", res); in ab8500_btemp_id()