Home
last modified time | relevance | path

Searched refs:factory_internal_resistance_uohm (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/power/supply/
H A Dab8500_bmdata.c203 if ((bi->factory_internal_resistance_uohm < 0) || in ab8500_bm_of_probe()
205 bi->factory_internal_resistance_uohm = 300000; in ab8500_bm_of_probe()
H A Dsamsung-sdi-battery.c642 .factory_internal_resistance_uohm = 100000,
686 .factory_internal_resistance_uohm = 136000,
730 .factory_internal_resistance_uohm = 100000,
774 .factory_internal_resistance_uohm = 100000,
818 .factory_internal_resistance_uohm = 100000,
862 .factory_internal_resistance_uohm = 105000,
H A Dug3105_battery.c356 psy->battery_info->factory_internal_resistance_uohm == -EINVAL || in ug3105_probe()
374 chip->intern_res_avg = psy->battery_info->factory_internal_resistance_uohm / 1000; in ug3105_probe()
H A Dsc27xx_fuel_gauge.c1006 data->internal_resist = info->factory_internal_resistance_uohm / 1000; in sc27xx_fgu_hw_init()
/linux/include/linux/
H A Dpower_supply.h532 * @factory_internal_resistance_uohm: the internal resistance of the battery
573 * as a percentage of factory_internal_resistance_uohm. Knowing the
753 * Usually we have 100% of the factory_internal_resistance_uohm at 25 degrees
779 int factory_internal_resistance_uohm; member