Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/
H A Dfg_rk818.c165 struct battery_priv { struct
166 struct udevice *dev;
167 int chrg_type;
168 int poffset;
169 int bat_res;
170 int current_avg;
171 int voltage_avg;
172 int voltage_ocv;
173 int voltage_k;
174 int voltage_b;
[all …]
H A Dfg_rk816.c126 struct battery_priv { struct
127 struct udevice *dev;
128 int chrg_type;
129 int poffset;
130 int bat_res;
131 int current_avg;
132 int voltage_avg;
133 int voltage_ocv;
134 int voltage_k;
135 int voltage_b;
[all …]