Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/power/supply/
Daxp288_fuel_gauge.c132 int fg_res; member
242 info->fg_res = ret; in fuel_gauge_update_registers()
290 int fg_res = info->fg_res; in fuel_gauge_get_status() local
297 if (!(fg_res & FG_REP_CAP_VALID)) in fuel_gauge_get_status()
300 fg_res &= ~FG_REP_CAP_VALID; in fuel_gauge_get_status()
301 if (fg_res == 100) { in fuel_gauge_get_status()
311 if (fg_res < 90 || (pwr_stat & PS_STAT_BAT_CHRG_DIR) || no_current_sense_res) in fuel_gauge_get_status()
383 if (!(info->fg_res & FG_REP_CAP_VALID)) in fuel_gauge_get_property()
385 val->intval = (info->fg_res & FG_REP_CAP_VAL_MASK); in fuel_gauge_get_property()
Dab8500-bm.h396 int fg_res; member
Dab8500_bmdata.c131 .fg_res = 100,
Dab8500_fg.c675 val = (val * QLSB_NANO_AMP_HOURS_X10 * 36 * 4) / di->bm->fg_res; in ab8500_fg_inst_curr_finalize()
799 (100 * di->bm->fg_res); in ab8500_fg_acc_cur_work()
807 (di->bm->fg_res * (di->fg_samples / 4)); in ab8500_fg_acc_cur_work()
816 di->bm->fg_res, di->fg_samples, val, di->accu_charge); in ab8500_fg_acc_cur_work()
919 __func__, di->bat_temp, resistance, di->bm->fg_res / 10, in ab8500_fg_battery_resistance()
920 (di->bm->fg_res / 10) + resistance); in ab8500_fg_battery_resistance()
923 resistance += di->bm->fg_res / 10; in ab8500_fg_battery_resistance()