Lines Matching refs:fg
54 struct udevice *fg; member
464 charger = priv->charger ? : priv->fg; in fg_charger_get_chrg_online()
473 struct udevice *fg = priv->fg; in sys_shutdown() local
483 fuel_gauge_get_voltage(fg); in sys_shutdown()
484 fuel_gauge_update_get_soc(fg); in sys_shutdown()
500 struct udevice *fg = priv->fg; in charge_extrem_low_power() local
505 voltage = fuel_gauge_get_voltage(fg); in charge_extrem_low_power()
534 soc = fuel_gauge_update_get_soc(fg); in charge_extrem_low_power()
550 voltage = fuel_gauge_get_voltage(fg); in charge_extrem_low_power()
572 struct udevice *fg = priv->fg; in charge_animation_show() local
598 if (!fuel_gauge_bat_is_exist(fg)) { in charge_animation_show()
628 soc = fuel_gauge_update_get_soc(fg); in charge_animation_show()
629 voltage = fuel_gauge_get_voltage(fg); in charge_animation_show()
667 voltage = fuel_gauge_get_voltage(fg); in charge_animation_show()
744 soc = fuel_gauge_update_get_soc(fg); in charge_animation_show()
750 voltage = fuel_gauge_get_voltage(fg); in charge_animation_show()
756 current = fuel_gauge_get_current(fg); in charge_animation_show()
1082 ret = fg_charger_get_device(&priv->fg, &priv->charger); in charge_animation_probe()
1107 soc = fuel_gauge_update_get_soc(priv->fg); in charge_animation_probe()