Searched defs:rk817_battery_device (Results 1 – 3 of 3) sorted by relevance
484 struct rk817_battery_device { struct485 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 …]
210 struct rk817_battery_device { struct211 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 …]
23 struct rk817_battery_device { struct32 static u8 rk817_bat_read(struct rk817_battery_device *battery, u8 reg) in rk817_bat_read() argument