Lines Matching full:resistance
126 * ab8500_btemp_batctrl_volt_to_res() - convert batctrl voltage to resistance
131 * This function returns the battery resistance that is
151 * source to calculate the resistance. in ab8500_btemp_batctrl_volt_to_res()
339 * ab8500_btemp_get_batctrl_res() - get battery resistance
342 * This function returns the battery pack identification resistance.
411 * ab8500_btemp_res_to_temp() - resistance to temperature
414 * @tbl_size: size of the resistance to temperature table
415 * @res: resistance to calculate the temperature from
418 * based on the NTC resistance.
427 * the resistance table limits, extrapolate in ab8500_btemp_res_to_temp()
428 * if resistance is outside the limits. in ab8500_btemp_res_to_temp()
542 ", resistance %d Ohm\n", res); in ab8500_btemp_id()