Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/power/supply/
Dab8500_fg.c126 int permille; member
1054 di->bat_cap.permille = in ab8500_fg_calc_cap_charging()
1075 int permille, mah; in ab8500_fg_calc_cap_discharge_voltage() local
1078 permille = ab8500_fg_load_comp_volt_to_capacity(di); in ab8500_fg_calc_cap_discharge_voltage()
1080 permille = ab8500_fg_uncomp_volt_to_capacity(di); in ab8500_fg_calc_cap_discharge_voltage()
1082 mah = ab8500_fg_convert_permille_to_mah(di, permille); in ab8500_fg_calc_cap_discharge_voltage()
1085 di->bat_cap.permille = in ab8500_fg_calc_cap_discharge_voltage()
1101 int permille_volt, permille; in ab8500_fg_calc_cap_discharge_fg() local
1121 permille = ab8500_fg_convert_mah_to_permille(di, di->bat_cap.mah); in ab8500_fg_calc_cap_discharge_fg()
1124 if (permille < permille_volt) { in ab8500_fg_calc_cap_discharge_fg()
[all …]