Lines Matching +full:int +full:- +full:threshold
1 /* SPDX-License-Identifier: GPL-2.0-only */
267 * struct ab8500_fg_parameters - Fuel gauge algorithm parameters, in seconds
277 * @high_curr_threshold_ua: High current threshold, in uA
278 * @lowbat_threshold_uv: Low battery threshold, in uV
279 * @battok_falling_th_sel0 Threshold in mV for battOk signal sel0
281 * @battok_raising_th_sel1 Threshold in mV for battOk signal sel1
286 * @maint_thres This is the threshold where we stop reporting
289 * @pcut_max_time: Max time threshold
290 * @pcut_flag_time: Flagtime threshold
295 int recovery_sleep_timer;
296 int recovery_total_time;
297 int init_timer;
298 int init_discard_time;
299 int init_total_time;
300 int high_curr_time;
301 int accu_charging;
302 int accu_high_curr;
303 int high_curr_threshold_ua;
304 int lowbat_threshold_uv;
305 int battok_falling_th_sel0;
306 int battok_raising_th_sel1;
307 int user_cap_limit;
308 int maint_thres;
317 * struct ab8500_charger_maximization - struct used by the board config.
325 int chg_curr_ua;
326 int wait_cycles;
327 int charger_curr_step_ua;
331 * struct ab8500_bm_capacity_levels - ab8500 capacity level data
339 int critical;
340 int low;
341 int normal;
342 int high;
343 int full;
347 * struct ab8500_bm_charger_parameters - Charger specific parameters
354 int usb_volt_max_uv;
355 int usb_curr_max_ua;
356 int ac_volt_max_uv;
357 int ac_curr_max_ua;
361 * struct ab8500_bm_data - ab8500 battery management data
385 int temp_now;
386 int temp_interval_chg;
387 int temp_interval_nochg;
388 int main_safety_tmr_h;
389 int usb_safety_tmr_h;
390 int bkup_bat_v;
391 int bkup_bat_i;
396 int fg_res;
397 int interval_charging;
398 int interval_not_charging;
399 int temp_hysteresis;
413 int ab8500_fg_inst_curr_blocking(struct ab8500_fg *dev);
414 int ab8500_fg_inst_curr_start(struct ab8500_fg *di);
415 int ab8500_fg_inst_curr_finalize(struct ab8500_fg *di, int *res);
416 int ab8500_fg_inst_curr_started(struct ab8500_fg *di);
417 int ab8500_fg_inst_curr_done(struct ab8500_fg *di);
418 int ab8500_bm_of_probe(struct power_supply *psy,