Searched +full:operating +full:- +full:range +full:- +full:celsius (Results  1 – 14 of 14) sorted by relevance
| /Linux-v5.10/Documentation/devicetree/bindings/power/supply/ | 
| D | battery.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Sebastian Reichel <sre@kernel.org>
 14   In smart batteries, these are typically stored in non-volatile memory
 16   no appropriate non-volatile memory, or it is unprogrammed/incorrect.
 27   Batteries must be referenced by chargers and/or fuel-gauges using a phandle.
 28   The phandle's property should be named "monitored-battery".
 32     const: simple-battery
 34   over-voltage-threshold-microvolt:
 [all …]
 
 | 
| D | summit,smb347-charger.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: "http://devicetree.org/schemas/power/supply/summit,smb347-charger.yaml#"
 5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
 10   - David Heidelberg <david@ixit.cz>
 11   - Dmitry Osipenko <digetx@gmail.com>
 16       - summit,smb345
 17       - summit,smb347
 18       - summit,smb358
 26   monitored-battery:
 [all …]
 
 | 
| /Linux-v5.10/Documentation/hwmon/ | 
| D | wm831x.rst | 1 Kernel driver wm831x-hwmon11 	- http://www.wolfsonmicro.com/products/WM8310
 12 	- http://www.wolfsonmicro.com/products/WM8311
 13 	- http://www.wolfsonmicro.com/products/WM8312
 18 -----------
 21 monitor a range of system operating parameters, including the voltages
 26 ------------------
 32 ----------------------
 37 	Degrees celsius = (512.18 - data) / 1.0983
 
 | 
| D | f71805f.rst | 44 -----------57 The Fintek F71806F/FG Super-I/O chip is essentially the same as the
 65 ------------------
 67 Voltages are sampled by an 8-bit ADC with a LSB of 8 mV. The supported
 68 range is thus from 0 to 2.040 V. Voltage values outside of this range
 84 in1     VIN1    VTT1.2V      10K       -        1.00    1.20 V
 89 in6     VIN6    VCC1.5V      10K       -        1.00    1.50 V
 90 in7     VIN7    VCORE        10K       -        1.00   ~1.40 V [1]_
 111 --------------
 113 Fan rotation speeds are reported as 12-bit values from a gated clock
 [all …]
 
 | 
| /Linux-v5.10/Documentation/driver-api/thermal/ | 
| D | nouveau_thermal.rst | 12 -----------17 Currently, due to the absence of in-kernel API to access HWMON drivers, Nouveau
 24 ----------------------
 26 Temperature is exposed under as a read-only HWMON attribute temp1_input.
 52 NOTE: Remember that the values are stored as milli degrees Celsius. Don't forget
 56 --------------
 85   When operating in manual mode outside the vbios-defined
 86   [PWM_min, PWM_max] range, the reported fan speed (RPM) may not be accurate
 90 -----------
 
 | 
| /Linux-v5.10/drivers/thermal/ | 
| D | rcar_gen3_thermal.c | 1 // SPDX-License-Identifier: GPL-2.03  *  R-Car Gen3 THS thermal sensor driver
 97 	return ioread32(tsc->base + reg);  in rcar_gen3_thermal_read()
 103 	iowrite32(data, tsc->base + reg);  in rcar_gen3_thermal_write()
 109  * [reg] = [temp] * a + b => [temp] = ([reg] - b) / a
 129 #define RCAR3_THERMAL_GRAN 500 /* mili Celsius */
 132 #define TJ_3 -41
 144 	tsc->tj_t = (FIXPT_INT((ptat[1] - ptat[2]) * 157)  in rcar_gen3_thermal_calc_coefs()
 145 		     / (ptat[0] - ptat[2])) + FIXPT_INT(TJ_3);  in rcar_gen3_thermal_calc_coefs()
 147 	tsc->coef.a1 = FIXPT_DIV(FIXPT_INT(thcode[1] - thcode[2]),  in rcar_gen3_thermal_calc_coefs()
 [all …]
 
 | 
| /Linux-v5.10/drivers/sbus/char/ | 
| D | bbc_envctrl.c | 1 // SPDX-License-Identifier: GPL-2.02 /* bbc_envctrl.c: UltraSPARC-III environment control driver.
 26 /* Two temperature sensors exist in the SunBLADE-1000 enclosure.
 31  * The max1617 is capable of being programmed with power-off
 44  * disabled/enabled when entering/exiting the lowest power-saving
 50  * range (the goal being to make the fans as quiet as possible without
 54  * operating range, a periodic warning will be sent to the kernel log.
 56  * situation.  After exceeding the acceptable operating range by a
 59  * before the hardware based power-off event is triggered.
 62 /* These settings are in Celsius.  We use these defaults only
 [all …]
 
 | 
| /Linux-v5.10/drivers/power/supply/ | 
| D | power_supply_core.c | 1 // SPDX-License-Identifier: GPL-2.0-only42 	if (!supply->supplied_from && !supplier->supplied_to)  in __power_supply_is_supplied_by()
 46 	if (supply->supplied_from) {  in __power_supply_is_supplied_by()
 47 		if (!supplier->desc->name)  in __power_supply_is_supplied_by()
 49 		for (i = 0; i < supply->num_supplies; i++)  in __power_supply_is_supplied_by()
 50 			if (!strcmp(supplier->desc->name, supply->supplied_from[i]))  in __power_supply_is_supplied_by()
 53 		if (!supply->desc->name)  in __power_supply_is_supplied_by()
 55 		for (i = 0; i < supplier->num_supplicants; i++)  in __power_supply_is_supplied_by()
 56 			if (!strcmp(supplier->supplied_to[i], supply->desc->name))  in __power_supply_is_supplied_by()
 69 		if (pst->desc->external_power_changed)  in __power_supply_changed_work()
 [all …]
 
 | 
| /Linux-v5.10/arch/arm/boot/dts/ | 
| D | dra7.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only3  * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
 8 #include <dt-bindings/bus/ti-sysc.h>
 9 #include <dt-bindings/clock/dra7.h>
 10 #include <dt-bindings/interrupt-controller/arm-gic.h>
 11 #include <dt-bindings/pinctrl/dra.h>
 12 #include <dt-bindings/clock/dra7.h>
 17 	#address-cells = <2>;
 18 	#size-cells = <2>;
 21 	interrupt-parent = <&crossbar_mpu>;
 [all …]
 
 | 
| D | tegra30-asus-nexus7-grouper-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.03 #include <dt-bindings/input/gpio-keys.h>
 4 #include <dt-bindings/input/input.h>
 5 #include <dt-bindings/power/summit,smb347-charger.h>
 6 #include <dt-bindings/thermal/thermal.h>
 9 #include "tegra30-cpu-opp.dtsi"
 10 #include "tegra30-cpu-opp-microvolt.dtsi"
 26 	 * pre-existing /chosen node to be available to insert the
 35 	reserved-memory {
 36 		#address-cells = <1>;
 [all …]
 
 | 
| /Linux-v5.10/drivers/net/wireless/intel/iwlegacy/ | 
| D | 4965.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */4  * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
 8  * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
 79  * Acquire il->lock before calling this function !
 83  * il4965_tx_queue_set_status - (optionally) start Tx/Cmd queue
 84  * @tx_fifo_id: Tx DMA/FIFO channel (range 0-7) that the queue will feed
 87  * NOTE:  Acquire il->lock before calling this function !
 181  * The first queue used for block-ack aggregation is #7 (4965 only).
 182  * All block-ack aggregation queues should map to Tx DMA/FIFO channel 7.
 194 #define IL49_RTC_INST_SIZE  (IL49_RTC_INST_UPPER_BOUND - \
 [all …]
 
 | 
| /Linux-v5.10/tools/power/x86/turbostat/ | 
| D | turbostat.c | 1 // SPDX-License-Identifier: GPL-2.0-only3  * turbostat -- show CPU frequency and C-state residency
 135 					/* Indicates cores energy collection is per-core,
 136 					 * not per-package. */
 144 /* MSRs that are not yet in the kernel-provided header. */
 153  * Usually truncated to 7 characters, but also handles 18 columns for raw 64-bit counters
 191 	unsigned long long mc6_us;	/* duplicate as per-core for now, even though per module */
 282 	/* get_msr_sum() = sum + (get_msr() - last) */
 318 		offset = -1;  in idx_to_offset()
 347 		idx = -1;  in offset_to_idx()
 [all …]
 
 | 
| /Linux-v5.10/drivers/scsi/mpt3sas/ | 
| D | mpt3sas_scsih.c | 5  * Copyright (C) 2012-2014  LSI Corporation6  * Copyright (C) 2013-2014 Avago Technologies
 7  *  (mailto: MPT-FusionLinux.pdl@avagotech.com)
 22  * LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
 41  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301,
 93 static u8 scsi_io_cb_idx = -1;
 94 static u8 tm_cb_idx = -1;
 95 static u8 ctl_cb_idx = -1;
 96 static u8 base_cb_idx = -1;
 97 static u8 port_enable_cb_idx = -1;
 [all …]
 
 | 
| /Linux-v5.10/drivers/platform/x86/ | 
| D | thinkpad_acpi.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later3  *  thinkpad_acpi.c - ThinkPad ACPI Extras
 5  *  Copyright (C) 2004-2005 Borislav Deianov <borislav@users.sf.net>
 6  *  Copyright (C) 2006-2009 Henrique de Moraes Holschuh <hmh@hmh.eng.br>
 16  *  2007-10-20		changelog trimmed down
 18  *  2007-03-27  0.14	renamed to thinkpad_acpi and moved to
 21  *  2006-11-22	0.13	new maintainer
 23  *  			not be updated further in-file.
 25  *  2005-03-17	0.11	support for 600e, 770x
 28  *  2005-01-16	0.9	use MODULE_VERSION
 [all …]
 
 |