Lines Matching +full:ocv +full:- +full:capacity +full:- +full:table +full:-
1 /* SPDX-License-Identifier: GPL-2.0-only */
29 * For systems where the charger determines the maximum battery capacity
217 /* Run-time specific power supply configuration */
334 int ocv; /* microVolts */ member
335 int capacity; /* percent */ member
350 * The default field value is -EINVAL.
356 int energy_full_design_uwh; /* microWatt-hours */
357 int charge_full_design_uah; /* microAmp-hours */
411 extern int power_supply_ocv2cap_simple(struct power_supply_battery_ocv_table *table,
412 int table_len, int ocv);
417 int ocv, int temp);
419 power_supply_temp2resist_simple(struct power_supply_resistance_temp_table *table,
430 static inline int power_supply_is_system_supplied(void) { return -ENOSYS; } in power_supply_is_system_supplied()