Lines Matching defs:abx500_bm_data
259 struct abx500_bm_data { struct
260 int temp_under;
261 int temp_low;
262 int temp_high;
263 int temp_over;
264 int temp_now;
265 int temp_interval_chg;
266 int temp_interval_nochg;
267 int main_safety_tmr_h;
268 int usb_safety_tmr_h;
269 int bkup_bat_v;
270 int bkup_bat_i;
271 bool autopower_cfg;
272 bool ac_enabled;
273 bool usb_enabled;
274 bool no_maintenance;
275 bool capacity_scaling;
276 bool chg_unknown_bat;
277 bool enable_overshoot;
278 bool auto_trig;
279 enum abx500_adc_therm adc_therm;
280 int fg_res;
281 int n_btypes;
305 struct abx500_bm_data *bm); argument