Searched refs:bti_resistance_ohm (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/power/supply/
H A Dab8500_bmdata.c211 if (bi->bti_resistance_ohm < 0 ||
213 bi->bti_resistance_ohm = 7000;
H A Dsamsung-sdi-battery.c672 .bti_resistance_ohm = 2400,
716 .bti_resistance_ohm = 2400,
760 .bti_resistance_ohm = 2400,
804 .bti_resistance_ohm = 2400,
848 .bti_resistance_ohm = 1500,
892 .bti_resistance_ohm = 2400,
H A Dpower_supply_core.c661 info->bti_resistance_ohm = -EINVAL;
1170 if (info->bti_resistance_ohm <= 0)
1175 return (info->bti_resistance_ohm == resistance);
1177 low = info->bti_resistance_ohm -
1178 (info->bti_resistance_ohm * info->bti_resistance_tolerance) / 100;
1179 high = info->bti_resistance_ohm +
1180 (info->bti_resistance_ohm * info->bti_resistance_tolerance) / 100;
H A Dab8500_btemp.c253 res, bi->bti_resistance_ohm,
/linux-master/include/linux/
H A Dpower_supply.h566 * @bti_resistance_ohm: The Battery Type Indicator (BIT) nominal resistance
767 int bti_resistance_ohm; member in struct:power_supply_battery_info

Completed in 102 milliseconds