Searched refs:fuel_gauge_update_get_soc (Results 1 – 3 of 3) sorted by relevance
31 int fuel_gauge_update_get_soc(struct udevice *dev);
485 fuel_gauge_update_get_soc(fg); in sys_shutdown()535 soc = fuel_gauge_update_get_soc(fg); in charge_extrem_low_power()629 soc = fuel_gauge_update_get_soc(fg); in charge_animation_show()745 soc = fuel_gauge_update_get_soc(fg); in charge_animation_show()1121 soc = fuel_gauge_update_get_soc(priv->fg); in charge_animation_probe()
53 int fuel_gauge_update_get_soc(struct udevice *dev) in fuel_gauge_update_get_soc() function