Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dda9150-fg.c82 int warn_soc; member
373 if (soc > fg->warn_soc) { in da9150_fg_soc_event_config()
377 fg->warn_soc + 1); in da9150_fg_soc_event_config()
378 } else if ((soc <= fg->warn_soc) && (soc > fg->crit_soc)) { in da9150_fg_soc_event_config()
389 fg->warn_soc); in da9150_fg_soc_event_config()
490 fg->warn_soc = fg_pdata->warn_soc_lvl; in da9150_fg_probe()