Lines Matching refs:fg
54 struct udevice *fg; member
465 charger = priv->charger ? : priv->fg; in fg_charger_get_chrg_online()
474 struct udevice *fg = priv->fg; in sys_shutdown() local
484 fuel_gauge_get_voltage(fg); in sys_shutdown()
485 fuel_gauge_update_get_soc(fg); in sys_shutdown()
501 struct udevice *fg = priv->fg; in charge_extrem_low_power() local
506 voltage = fuel_gauge_get_voltage(fg); in charge_extrem_low_power()
535 soc = fuel_gauge_update_get_soc(fg); in charge_extrem_low_power()
551 voltage = fuel_gauge_get_voltage(fg); in charge_extrem_low_power()
573 struct udevice *fg = priv->fg; in charge_animation_show() local
599 if (!fuel_gauge_bat_is_exist(fg)) { in charge_animation_show()
629 soc = fuel_gauge_update_get_soc(fg); in charge_animation_show()
630 voltage = fuel_gauge_get_voltage(fg); in charge_animation_show()
668 voltage = fuel_gauge_get_voltage(fg); in charge_animation_show()
745 soc = fuel_gauge_update_get_soc(fg); in charge_animation_show()
751 voltage = fuel_gauge_get_voltage(fg); in charge_animation_show()
757 current = fuel_gauge_get_current(fg); in charge_animation_show()
1096 ret = fg_charger_get_device(&priv->fg, &priv->charger); in charge_animation_probe()
1121 soc = fuel_gauge_update_get_soc(priv->fg); in charge_animation_probe()