Searched +full:cooling +full:- +full:device (Results 1 – 25 of 417) sorted by relevance
12345678910>>...17
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/thermal/ |
| D | thermal.txt | 1 * Thermal Framework Device Tree descriptor 4 defining hardware thermal structure using device tree. 6 such as trip points, polling intervals, sensors and cooling devices 9 The target of device tree thermal descriptors is to describe only 10 the hardware thermal aspects. The thermal device tree bindings are 15 - thermal sensors: devices which may be used to take temperature 17 - cooling devices: devices which may be used to dissipate heat. 18 - trip points: describe key temperatures at which cooling is recommended. The 20 - cooling maps: used to describe links between trip points and cooling devices; 21 - thermal zones: used to describe thermal data within the hardware; [all …]
|
| D | zx2967-thermal.txt | 4 - compatible: should be one of the following. 5 * zte,zx296718-thermal 6 - reg: physical base address of the controller and length of memory mapped 8 - clocks : Pairs of phandle and specifier referencing the controller's clocks. 9 - clock-names: "topcrm" for the topcrm clock. 11 - #thermal-sensor-cells: must be 0. 13 Please note: slope coefficient defined in thermal-zones section need to be 19 compatible = "zte,zx296718-thermal"; 22 clock-names = "topcrm", "apb"; 23 #thermal-sensor-cells = <0>; [all …]
|
| D | nvidia,tegra124-soctherm.txt | 4 or interrupt-based thermal monitoring, CPU and GPU throttling based 10 - compatible : For Tegra124, must contain "nvidia,tegra124-soctherm". 11 For Tegra132, must contain "nvidia,tegra132-soctherm". 12 For Tegra210, must contain "nvidia,tegra210-soctherm". 13 - reg : Should contain at least 2 entries for each entry in reg-names: 14 - SOCTHERM register set 15 - Tegra CAR register set: Required for Tegra124 and Tegra210. 16 - CCROC register set: Required for Tegra132. 17 - reg-names : Should contain at least 2 entries: 18 - soctherm-reg [all …]
|
| /kernel/linux/linux-4.19/Documentation/thermal/ |
| D | sysfs-api.txt | 14 devices (sensors) and thermal cooling devices (fan, processor...) to register 17 This how-to focuses on enabling new thermal zone and cooling devices to 20 and cooling devices should be able to make use of the infrastructure. 23 as well as cooling device attributes to the user space. 28 [0-*] denotes any positive number starting from 0 29 [1-*] denotes any positive number starting from 1 33 1.1 thermal zone device interface 40 This interface function adds a new thermal zone device (sensor) to 41 /sys/class/thermal folder as thermal_zone[0-*]. It tries to bind all the 42 thermal cooling devices registered at the same time. [all …]
|
| D | cpu-cooling-api.txt | 1 CPU cooling APIs How To 12 The generic cpu cooling(freq clipping) provides registration/unregistration APIs 13 to the caller. The binding of the cooling devices to the trip point is left for 14 the user. The registration APIs returns the cooling device pointer. 16 1. cpu cooling APIs 22 This interface function registers the cpufreq cooling device with the name 23 "thermal-cpufreq-%x". This api can support multiple instances of cpufreq 24 cooling devices. 31 This interface function registers the cpufreq cooling device with 32 the name "thermal-cpufreq-%x" linking it with a device tree node, in [all …]
|
| /kernel/linux/linux-4.19/drivers/thermal/ |
| D | clock_cooling.c | 24 #include <linux/device.h> 34 * struct clock_cooling_device - data for cooling device with clock 37 * @dev: struct device pointer to the device being used to cool off using 40 * registered cooling device. 45 * cooling devices. 57 struct device *dev; 70 /* Below code defines functions to be used for clock as cooling device */ 79 * clock_cooling_get_property - fetch a property of interest for a give cpu. 80 * @ccdev: clock cooling device reference 86 * 1. get maximum clock cooling states [all …]
|
| D | cpu_cooling.c | 21 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 38 * Cooling state <-> CPUFreq frequency 40 * Cooling states are translated to frequencies throughout this driver and this 43 * Highest cooling state corresponds to lowest possible frequency. 46 * level 0 --> 1st Max Freq 47 * level 1 --> 2nd Max Freq 52 * struct freq_table - frequency table along with power entries 56 * This structure is built when the cooling device registers and helps 65 * struct time_in_idle - Idle time stats 75 * struct cpufreq_cooling_device - data for cooling device with cpufreq [all …]
|
| D | devfreq_cooling.c | 2 * devfreq_cooling: Thermal cooling device implementation for devices using 5 * Copyright (C) 2014-2015 ARM Limited 17 * - If OPPs are added or removed after devfreq cooling has 18 * registered, the devfreq cooling won't react to it. 36 * struct devfreq_cooling_device - Devfreq cooling device 39 * @cdev: Pointer to associated thermal cooling device. 40 * @devfreq: Pointer to associated devfreq device. 41 * @cooling_state: Current cooling state. 43 * cooling state. State is the index into the table, and 46 * order. You can index the table by cooling device state [all …]
|
| /kernel/linux/linux-5.10/Documentation/driver-api/thermal/ |
| D | sysfs-api.rst | 16 devices (sensors) and thermal cooling devices (fan, processor...) to register 19 This how-to focuses on enabling new thermal zone and cooling devices to 22 and cooling devices should be able to make use of the infrastructure. 25 as well as cooling device attributes to the user space. 30 - `[0-*]` denotes any positive number starting from 0 31 - `[1-*]` denotes any positive number starting from 1 36 1.1 thermal zone device interface 37 --------------------------------- 48 This interface function adds a new thermal zone device (sensor) to 49 /sys/class/thermal folder as `thermal_zone[0-*]`. It tries to bind all the [all …]
|
| D | cpu-cooling-api.rst | 2 CPU cooling APIs How To 14 The generic cpu cooling(freq clipping) provides registration/unregistration APIs 15 to the caller. The binding of the cooling devices to the trip point is left for 16 the user. The registration APIs returns the cooling device pointer. 18 1. cpu cooling APIs 22 -------------------------------------------- 29 This interface function registers the cpufreq cooling device with the name 30 "thermal-cpufreq-%x". This api can support multiple instances of cpufreq 31 cooling devices. 41 This interface function registers the cpufreq cooling device with [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/thermal/ |
| D | thermal-cooling-devices.yaml | 1 # SPDX-License-Identifier: (GPL-2.0) 4 --- 5 $id: http://devicetree.org/schemas/thermal/thermal-cooling-devices.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Thermal cooling device binding 11 - Amit Kucheria <amitk@kernel.org> 15 and the software abstraction of cooling devices and thermal zones required to 20 - thermal-sensor: device that measures temperature, has SoC-specific bindings 21 - cooling-device: device used to dissipate heat either passively or actively 22 - thermal-zones: a container of the following node types used to describe all [all …]
|
| D | thermal-idle.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/thermal/thermal-idle.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Thermal idle cooling device binding 11 - Daniel Lezcano <daniel.lezcano@linaro.org> 14 The thermal idle cooling device allows the system to passively 15 mitigate the temperature on the device by injecting idle cycles, 22 const: thermal-idle 24 A thermal-idle node describes the idle cooling device properties to [all …]
|
| D | zx2967-thermal.txt | 4 - compatible: should be one of the following. 5 * zte,zx296718-thermal 6 - reg: physical base address of the controller and length of memory mapped 8 - clocks : Pairs of phandle and specifier referencing the controller's clocks. 9 - clock-names: "topcrm" for the topcrm clock. 11 - #thermal-sensor-cells: must be 0. 13 Please note: slope coefficient defined in thermal-zones section need to be 19 compatible = "zte,zx296718-thermal"; 22 clock-names = "topcrm", "apb"; 23 #thermal-sensor-cells = <0>; [all …]
|
| D | thermal-zones.yaml | 1 # SPDX-License-Identifier: (GPL-2.0) 4 --- 5 $id: http://devicetree.org/schemas/thermal/thermal-zones.yaml# 6 $schema: http://devicetree.org/meta-schemas/base.yaml# 11 - Amit Kucheria <amitk@kernel.org> 15 and the software abstraction of cooling devices and thermal zones required to 20 - thermal-sensor: device that measures temperature, has SoC-specific bindings 21 - cooling-device: device used to dissipate heat either passively or actively 22 - thermal-zones: a container of the following node types used to describe all 25 This binding describes the thermal-zones. [all …]
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | exynos5422-odroidxu3-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Hardkernel Odroid XU3 board device tree source 12 #include <dt-bindings/input/input.h> 13 #include "exynos5422-odroid-core.dtsi" 17 compatible = "gpio-keys"; 18 pinctrl-names = "default"; 19 pinctrl-0 = <&power_key>; 32 debounce-interval = <0>; 33 wakeup-source; 38 pinctrl-0 = <&emmc_nrst_pin>; [all …]
|
| D | exynos5422-odroidhc1.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Hardkernel Odroid HC1 board device tree source 10 /dts-v1/; 11 #include "exynos5422-odroid-core.dtsi" 15 compatible = "hardkernel,odroid-hc1", "samsung,exynos5800", \ 19 compatible = "pwm-leds"; 24 pwm-names = "pwm2"; 26 linux,default-trigger = "heartbeat"; 30 thermal-zones { 31 cpu0_thermal: cpu0-thermal { [all …]
|
| D | exynos4412-odroidu3.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Hardkernel's Exynos4412 based ODROID-U3 board device tree source 7 * Device tree source file for Hardkernel's ODROID-U3 board which is based 11 /dts-v1/; 12 #include "exynos4412-odroid-common.dtsi" 13 #include "exynos4412-prime.dtsi" 16 model = "Hardkernel ODROID-U3 board based on Exynos4412"; 17 compatible = "hardkernel,odroid-u3", "samsung,exynos4412", "samsung,exynos4"; 25 compatible = "gpio-leds"; 29 default-state = "on"; [all …]
|
| /kernel/linux/linux-5.10/drivers/thermal/ |
| D | cpufreq_cooling.c | 1 // SPDX-License-Identifier: GPL-2.0 7 * Copyright (C) 2012-2018 Linaro Limited. 28 * Cooling state <-> CPUFreq frequency 30 * Cooling states are translated to frequencies throughout this driver and this 33 * Highest cooling state corresponds to lowest possible frequency. 36 * level 0 --> 1st Max Freq 37 * level 1 --> 2nd Max Freq 42 * struct time_in_idle - Idle time stats 52 * struct cpufreq_cooling_device - data for cooling device with cpufreq 57 * cooling devices. [all …]
|
| D | cpuidle_cooling.c | 1 // SPDX-License-Identifier: GPL-2.0 8 #define pr_fmt(fmt) "cpuidle cooling: " fmt 20 * struct cpuidle_cooling_device - data for the idle cooling device 22 * @state: a normalized integer giving the state of the cooling device 32 * cpuidle_cooling_runtime - Running time computation 44 * running = idle x ((100 / ratio) - 1) 48 * running = (idle x 100) / ratio - idle 61 return ((idle_duration_us * 100) / state) - idle_duration_us; in cpuidle_cooling_runtime() 65 * cpuidle_cooling_get_max_state - Get the maximum state 66 * @cdev : the thermal cooling device [all …]
|
| D | devfreq_cooling.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * devfreq_cooling: Thermal cooling device implementation for devices using 6 * Copyright (C) 2014-2015 ARM Limited 9 * - If OPPs are added or removed after devfreq cooling has 10 * registered, the devfreq cooling won't react to it. 30 * struct devfreq_cooling_device - Devfreq cooling device 33 * @cdev: Pointer to associated thermal cooling device. 34 * @devfreq: Pointer to associated devfreq device. 35 * @cooling_state: Current cooling state. 37 * cooling state. State is the index into the table, and [all …]
|
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 11 zones and cooling devices. 13 and cooling devices. 26 trip point crossed, cooling device update or governor 37 int "Emergency poweroff delay in milli-seconds" 54 prompt "Expose thermal sensors as hwmon device" 68 prompt "APIs to parse thermal data out of device tree" 74 device tree blob. 77 based on device tree. 124 system and device power allocation. This governor can only [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | exynos5422-odroidxu3-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Hardkernel Odroid XU3/XU3-Lite/XU4 boards common device tree source 12 #include <dt-bindings/input/input.h> 13 #include "exynos5422-odroid-core.dtsi" 17 compatible = "gpio-keys"; 18 pinctrl-names = "default"; 19 pinctrl-0 = <&power_key>; 32 debounce-interval = <0>; 33 wakeup-source; 38 pinctrl-0 = <&emmc_nrst_pin>; [all …]
|
| D | exynos5422-odroidhc1.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Hardkernel Odroid HC1 board device tree source 10 /dts-v1/; 11 #include "exynos5422-odroid-core.dtsi" 15 compatible = "hardkernel,odroid-hc1", "samsung,exynos5800", \ 19 compatible = "pwm-leds"; 24 pwm-names = "pwm2"; 25 max-brightness = <255>; 26 linux,default-trigger = "heartbeat"; 30 thermal-zones { [all …]
|
| /kernel/linux/linux-4.19/tools/thermal/tmon/ |
| D | tmon.8 | 2 # SPDX-License-Identifier: GPL-2.0 4 \fBtmon\fP - A monitoring and testing tool for Linux kernel thermal subsystem 13 real-time thermal data; tune 14 and test cooling devices and sensors; collect thermal data for offline 15 analysis and plot. \fBtmon\fP must be run as root in order to control device 22 - show thermal zone information 23 - show cooling device information 24 - show trip point binding within each thermal zone 25 - show trip point and cooling device instance bindings 28 - show temperature of all thermal zones w.r.t. its trip points and types [all …]
|
| /kernel/linux/linux-5.10/tools/thermal/tmon/ |
| D | tmon.8 | 2 # SPDX-License-Identifier: GPL-2.0 4 \fBtmon\fP - A monitoring and testing tool for Linux kernel thermal subsystem 13 real-time thermal data; tune 14 and test cooling devices and sensors; collect thermal data for offline 15 analysis and plot. \fBtmon\fP must be run as root in order to control device 22 - show thermal zone information 23 - show cooling device information 24 - show trip point binding within each thermal zone 25 - show trip point and cooling device instance bindings 28 - show temperature of all thermal zones w.r.t. its trip points and types [all …]
|
12345678910>>...17