Lines Matching +full:resistance +full:- +full:temp +full:- +full:table

1 /* SPDX-License-Identifier: GPL-2.0-only */
283 * struct ab8500_res_to_temp - defines one point in a temp to res curve. To
286 * @temp: battery pack temperature in Celsius
287 * @resist: NTC resistor net total resistance
290 int temp; member
295 * struct ab8500_v_to_cap - Table for translating voltage to capacity
308 * struct ab8500_fg_parameters - Fuel gauge algorithm parameters, in seconds
360 * struct ab8500_charger_maximization - struct used by the board config.
374 * struct ab8500_battery_type - different batteries supported
376 * @resis_high: battery upper resistance limit
377 * @resis_low: battery lower resistance limit
383 * full charging cycle in the case where maintenan-
384 * -ce charging has been disabled
393 * @low_high_cur_lvl: charger current in temp low/high state in mA
394 * @low_high_vol_lvl: charger voltage in temp low/high state in mV'
395 * @battery_resistance: battery inner resistance in mOhm.
397 * @r_to_t_tbl: table containing resistance to temp points
399 * @v_to_cap_tbl: Voltage to capacity (in %) table
401 * @batres_tbl battery internal resistance vs temperature table
432 * struct ab8500_bm_capacity_levels - ab8500 capacity level data
448 * struct ab8500_bm_charger_parameters - Charger specific parameters
462 * struct ab8500_bm_data - ab8500 battery management data
463 * @temp_under under this temp, charging is stopped
464 * @temp_low between this temp and temp_under charging is reduced
465 * @temp_high between this temp and temp_over charging is reduced
466 * @temp_over over this temp, charging is stopped
480 * @fg_res resistance of FG resistor in 0.1mOhm
486 * @gnd_lift_resistance Battery ground to phone ground resistance (mOhm)
493 * @bat_type table of supported battery types
539 * struct res_to_temp - defines one point in a temp to res curve. To
542 * @temp: battery pack temperature in Celsius
543 * @resist: NTC resistor net total resistance
546 int temp; member
551 * struct batres_vs_temp - defines one point in a temp vs battery internal
552 * resistance curve.
553 * @temp: battery pack temperature in Celsius
557 int temp; member