Lines Matching +full:ocv +full:- +full:capacity +full:- +full:celsius
1 /* SPDX-License-Identifier: GPL-2.0-only */
24 * µA, µAh, µWh, seconds and tenths of degree Celsius unless otherwise
30 * For systems where the charger determines the maximum battery capacity
262 /* Run-time specific power supply configuration */
385 int ocv; /* microVolts */ member
386 int capacity; /* percent */ member
390 int temp; /* celsius */
401 * The default field value is -EINVAL.
406 int energy_full_design_uwh; /* microWatt-hours */
407 int charge_full_design_uah; /* microAmp-hours */
419 int ocv_temp[POWER_SUPPLY_OCV_TEMP_MAX];/* celsius */
420 int temp_ambient_alert_min; /* celsius */
421 int temp_ambient_alert_max; /* celsius */
422 int temp_alert_min; /* celsius */
423 int temp_alert_max; /* celsius */
424 int temp_min; /* celsius */
425 int temp_max; /* celsius */
468 int table_len, int ocv);
473 int ocv, int temp);
486 static inline int power_supply_is_system_supplied(void) { return -ENOSYS; } in power_supply_is_system_supplied()