Home
last modified time | relevance | path

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

/drivers/power/supply/
Dab8500_fg.c126 int permille; member
1056 di->bat_cap.permille = in ab8500_fg_calc_cap_charging()
1077 int permille, mah; in ab8500_fg_calc_cap_discharge_voltage() local
1080 permille = ab8500_fg_load_comp_volt_to_capacity(di); in ab8500_fg_calc_cap_discharge_voltage()
1082 permille = ab8500_fg_uncomp_volt_to_capacity(di); in ab8500_fg_calc_cap_discharge_voltage()
1084 mah = ab8500_fg_convert_permille_to_mah(di, permille); in ab8500_fg_calc_cap_discharge_voltage()
1087 di->bat_cap.permille = in ab8500_fg_calc_cap_discharge_voltage()
1103 int permille_volt, permille; in ab8500_fg_calc_cap_discharge_fg() local
1123 permille = ab8500_fg_convert_mah_to_permille(di, di->bat_cap.mah); in ab8500_fg_calc_cap_discharge_fg()
1126 if (permille < permille_volt) { in ab8500_fg_calc_cap_discharge_fg()
[all …]