Lines Matching +full:ocv +full:- +full:capacity +full:- +full:celsius
1 /* SPDX-License-Identifier: GPL-2.0-only */
23 * µA, µAh, µWh, seconds and tenths of degree Celsius unless otherwise
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
339 int temp; /* celsius */
350 * The default field value is -EINVAL.
355 int energy_full_design_uwh; /* microWatt-hours */
356 int charge_full_design_uah; /* microAmp-hours */
368 int ocv_temp[POWER_SUPPLY_OCV_TEMP_MAX];/* celsius */
369 int temp_ambient_alert_min; /* celsius */
370 int temp_ambient_alert_max; /* celsius */
371 int temp_alert_min; /* celsius */
372 int temp_alert_max; /* celsius */
373 int temp_min; /* celsius */
374 int temp_max; /* celsius */
405 int table_len, int ocv);
410 int ocv, int temp);
423 static inline int power_supply_is_system_supplied(void) { return -ENOSYS; } in power_supply_is_system_supplied()