Home
last modified time | relevance | path

Searched defs:rk817_battery_device (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drk817_battery.c484 struct rk817_battery_device { struct
485 struct platform_device *pdev;
486 struct device *dev;
487 struct i2c_client *client;
488 struct rk808 *rk817;
489 struct power_supply *bat;
490 struct power_supply *chg_psy;
491 struct power_supply *usb_psy;
492 struct power_supply *ac_psy;
493 struct regmap *regmap;
[all …]
/OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/
H A Dfg_rk817.c210 struct rk817_battery_device { struct
211 struct udevice *dev;
212 int res_div;
213 bool is_first_power_on;
214 bool is_initialized;
215 bool bat_first_power_on;
216 int current_avg;
217 int current_pwron;
218 int voltage_usb;
219 int voltage_sys;
[all …]
H A Dspl_fg_rk817.c23 struct rk817_battery_device { struct
32 static u8 rk817_bat_read(struct rk817_battery_device *battery, u8 reg) in rk817_bat_read() argument