Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/fuel_gauge/
H A Dfg_rk817.c255 struct rk817_battery_device { struct
256 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 …]
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