Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Daxp288_fuel_gauge.c95 static bool no_current_sense_res; variable
96 module_param(no_current_sense_res, bool, 0444);
97 MODULE_PARM_DESC(no_current_sense_res, "No (or broken) current sense resistor");
236 if (no_current_sense_res) in fuel_gauge_update_registers()
253 if (no_current_sense_res) in fuel_gauge_update_registers()
311 if (fg_res < 90 || (pwr_stat & PS_STAT_BAT_CHRG_DIR) || no_current_sense_res) in fuel_gauge_get_status()
770 if (no_current_sense_res) in axp288_fuel_gauge_probe()