Lines Matching +full:alert +full:- +full:celsius

1 /* SPDX-License-Identifier: GPL-2.0-only */
23 * µA, µAh, µWh, seconds and tenths of degree Celsius unless otherwise
226 /* Run-time specific power supply configuration */
349 int temp; /* celsius */
359 * struct power_supply_maintenance_charge_table - setting for maintenace charging
392 * +-------------------------------------------------------------------> t
394 * Practically this means that the Li-ions are wandering back and forth in the
405 * +-------------------------------------------------------------------> t
416 * As an example, a Samsung EB425161LA Lithium-Ion battery is CC/CV charged
431 * the expected stand-by current. Also overvoltage protection will be applied
443 * struct power_supply_battery_info - information about batteries
490 * enters low alert temperature, i.e. if the internal temperature is between
496 * battery enters high alert temperature, i.e. if the internal temperature is
514 * temperature indices. This is an array of temperatures in degrees Celsius
521 * Celsius.
524 * Celsius.
525 * @temp_alert_min: the battery should issue an alert if the internal
526 * temperature goes below this temperature in degrees Celsius.
527 * @temp_alert_max: the battery should issue an alert if the internal
528 * temperature goes above this temperature in degrees Celsius.
530 * the internal temperature goes below this temperature in degrees Celsius.
533 * the internal temperature goes above this temperature in degrees Celsius.
570 * for example 10 for +/- 10%, if the bti_resistance is set to 7000 and the
579 * The default field value is -EINVAL or NULL for pointers.
588 * | --- overvoltage_limit_uv
601 * +------------------------------------------------------------------> time
618 * +-----------------------------------------------------------------> time
629 * 2. Next a small initial pre-charge current (precharge_current_ua)
670 * many chargers uses a so-called fuel gauge or coloumb counter that measure
671 * how much charge goes into the battery and how much goes out (+/- leak
675 * the open circuit voltage with a look-up table to determine the rough
680 * +-------> IBAT >----------------+
684 * o <---------- | |
686 * .---. | | |
688 * '---' | | |
690 * GND +-------------------------------+
705 * OCV = VBAT - (IBAT * Ri)
724 * Celsius.
841 return ((info->vbat2ri_discharging != NULL) && in power_supply_supports_vbat2ri()
842 info->vbat2ri_discharging_size > 0); in power_supply_supports_vbat2ri()
848 return ((info->resist_table != NULL) && in power_supply_supports_temp2ri()
849 info->resist_table_size > 0); in power_supply_supports_temp2ri()
855 static inline int power_supply_is_system_supplied(void) { return -ENOSYS; } in power_supply_is_system_supplied()
981 return -EOPNOTSUPP; in power_supply_charge_behaviour_show()
987 return -EOPNOTSUPP; in power_supply_charge_behaviour_parse()