Lines Matching defs:ab8500_bm_data
497 struct ab8500_bm_data { struct
498 int temp_under;
499 int temp_low;
500 int temp_high;
501 int temp_over;
502 int temp_now;
503 int temp_interval_chg;
504 int temp_interval_nochg;
505 int main_safety_tmr_h;
506 int usb_safety_tmr_h;
507 int bkup_bat_v;
508 int bkup_bat_i;
509 bool no_maintenance;
510 bool capacity_scaling;
511 bool chg_unknown_bat;
512 bool enable_overshoot;
513 bool auto_trig;
514 enum ab8500_adc_therm adc_therm;
515 int fg_res;
516 int n_btypes;
517 int batt_id;
518 int interval_charging;
519 int interval_not_charging;
520 int temp_hysteresis;
521 int gnd_lift_resistance;
522 int n_chg_out_curr;
523 int n_chg_in_curr;
524 int *chg_output_curr;
525 int *chg_input_curr;
526 const struct ab8500_maxim_parameters *maxi;
527 const struct ab8500_bm_capacity_levels *cap_levels;
528 struct ab8500_battery_type *bat_type;
529 const struct ab8500_bm_charger_parameters *chg_params;
530 const struct ab8500_fg_parameters *fg_params;