Searched defs:rk817_battery_device (Results 1 – 2 of 2) sorted by relevance
255 struct rk817_battery_device { struct256 struct udevice *dev;257 int res_div;258 bool is_first_power_on;259 bool is_initialized;260 bool bat_first_power_on;261 int current_avg;262 int current_pwron;263 int voltage_usb;264 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