Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/
H A Dfuel_gauge_uclass.c57 if (!ops || !ops->get_soc) in fuel_gauge_update_get_soc()
60 return ops->get_soc(dev); in fuel_gauge_update_get_soc()
H A Dfg_cw201x.c363 .get_soc = cw201x_update_get_soc,
H A Dfg_cw221x.c583 .get_soc = cw221x_update_get_soc,
H A Dfg_rk817.c1219 .get_soc = rk817_bat_update_get_soc,
H A Dfg_rk816.c1464 .get_soc = rk816_bat_update_get_soc,
H A Dfg_rk818.c1743 .get_soc = rk818_bat_update_get_soc,
/OK3568_Linux_fs/u-boot/include/power/
H A Dfuel_gauge.h17 int (*get_soc)(struct udevice *dev); member