Home
last modified time | relevance | path

Searched full:cooling (Results 1 – 25 of 713) sorted by relevance

12345678910>>...29

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/thermal/
Dthermal-cooling-devices.yaml5 $id: http://devicetree.org/schemas/thermal/thermal-cooling-devices.yaml#
8 title: Thermal cooling device
15 and the software abstraction of cooling devices and thermal zones required to
21 - cooling-device: device used to dissipate heat either passively or actively
25 This binding describes the cooling devices.
28 - Passive cooling: by means of regulating device performance. A typical
29 passive cooling mechanism is a CPU that has dynamic voltage and frequency
30 scaling (DVFS), and uses lower frequencies as cooling states.
31 - Active cooling: by means of activating devices in order to remove the
34 Any cooling device has a range of cooling states (i.e. different levels of
[all …]
Dthermal-idle.yaml8 title: Thermal idle cooling device
14 The thermal idle cooling device allows the system to passively
24 A thermal-idle node describes the idle cooling device properties to
27 '#cooling-cells':
30 Must be 2, in order to specify minimum and maximum cooling state used in
31 the cooling-maps reference. The first cell is the minimum cooling state
32 and the second cell is the maximum cooling state requested.
45 - '#cooling-cells'
59 // Example: Combining idle cooling device on big CPUs with cpufreq cooling device
73 #cooling-cells = <2>; /* min followed by max */
[all …]
Dthermal-zones.yaml15 and the software abstraction of cooling devices and thermal zones required to
21 - cooling-device: device used to dissipate heat either passively or actively
29 1. when passive cooling is activated (polling-delay-passive)
31 active cooling is activated.
58 zone and one sub-node containing all the zone cooling-maps.
73 checking this thermal zone while doing passive cooling. Setting
112 be taken are defined in another node called cooling-maps.
131 millicelsius. Any cooling action initiated by the framework is
135 cooling action is removed.
140 - active # enable active cooling e.g. fans
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/thermal/
Dthermal-cooling-devices.yaml5 $id: http://devicetree.org/schemas/thermal/thermal-cooling-devices.yaml#
8 title: Thermal cooling device binding
15 and the software abstraction of cooling devices and thermal zones required to
21 - cooling-device: device used to dissipate heat either passively or actively
25 This binding describes the cooling devices.
28 - Passive cooling: by means of regulating device performance. A typical
29 passive cooling mechanism is a CPU that has dynamic voltage and frequency
30 scaling (DVFS), and uses lower frequencies as cooling states.
31 - Active cooling: by means of activating devices in order to remove the
34 Any cooling device has a range of cooling states (i.e. different levels of
[all …]
Dthermal-idle.yaml8 title: Thermal idle cooling device binding
14 The thermal idle cooling device allows the system to passively
24 A thermal-idle node describes the idle cooling device properties to
27 '#cooling-cells':
30 Must be 2, in order to specify minimum and maximum cooling state used in
31 the cooling-maps reference. The first cell is the minimum cooling state
32 and the second cell is the maximum cooling state requested.
45 - '#cooling-cells'
53 // Example: Combining idle cooling device on big CPUs with cpufreq cooling device
67 #cooling-cells = <2>; /* min followed by max */
[all …]
Dthermal-zones.yaml15 and the software abstraction of cooling devices and thermal zones required to
21 - cooling-device: device used to dissipate heat either passively or actively
29 1. when passive cooling is activated (polling-delay-passive)
31 active cooling is activated.
58 zone and one sub-node containing all the zone cooling-maps.
73 checking this thermal zone while doing passive cooling. Setting
112 be taken are defined in another node called cooling-maps.
131 millicelsius. Any cooling action initiated by the framework is
135 cooling action is removed.
140 - active # enable active cooling e.g. fans
[all …]
Dzx2967-thermal.txt26 Example for cooling device:
29 cluster0_cooling_dev: cluster0-cooling-dev {
30 #cooling-cells = <2>;
35 cluster1_cooling_dev: cluster1-cooling-dev {
36 #cooling-cells = <2>;
76 cooling-maps {
79 cooling-device = <&gpu 2 5>;
84 cooling-device = <&cluster0_cooling_dev 1 2>;
89 cooling-device = <&cluster0_cooling_dev 1 2>;
94 cooling-device = <&cluster0_cooling_dev 1 2>;
[all …]
/kernel/linux/linux-5.10/Documentation/driver-api/thermal/
Dsysfs-api.rst16 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.
50 thermal cooling devices registered at the same time.
64 bind the thermal zone device with a thermal cooling device.
66 unbind the thermal zone device with a thermal cooling device.
95 performing passive cooling.
106 unbinds all the thermal cooling devices it uses.
217 1.2 thermal cooling device interface
[all …]
Dcpu-cooling-api.rst2 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
29 This interface function registers the cpufreq cooling device with the name
31 cooling devices.
41 This interface function registers the cpufreq cooling device with
44 instances of cpufreq cooling devices.
54 This interface function unregisters the "thermal-cpufreq-%x" cooling device.
[all …]
/kernel/linux/linux-5.10/drivers/thermal/
Dcpufreq_cooling.c28 * 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.
52 * struct cpufreq_cooling_device - data for cooling device with cpufreq
57 * cooling devices.
58 * @max_level: maximum cooling level. One less than total number of valid
62 * registered cooling device.
254 * @state: cooling device state to be converted
257 * Convert cooling device state @state into power consumption in
261 * Return: 0 on success, -EINVAL if the cooling device state could not
[all …]
Dcpuidle_cooling.c8 #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
66 * @cdev : the thermal cooling device
94 * cpuidle_cooling_get_cur_state - Get the current cooling state
95 * @cdev: the thermal cooling device
99 * cooling device structure, the mapping is 1 <-> 1.
114 * cpuidle_cooling_set_cur_state - Set the current cooling state
115 * @cdev: the thermal cooling device
120 * cooling device. In any case, it updates the internal state for the
[all …]
Ddevfreq_cooling.c3 * devfreq_cooling: Thermal cooling device implementation for devices using
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.
35 * @cooling_state: Current cooling state.
37 * cooling state. State is the index into the table, and
40 * order. You can index the table by cooling device state
50 * @capped_state: index to cooling state with in dynamic power budget
99 dev_dbg(dev, "Setting cooling state %lu\n", state); in devfreq_cooling_set_cur_state()
[all …]
DKconfig11 zones and cooling devices.
13 and cooling devices.
26 trip point crossed, cooling device update or governor
125 operate on cooling devices that implement the power API.
163 bool "Generic cpu cooling support"
166 Enable the CPU cooling features. If the system has no active
167 cooling device available, this option allows to use the CPU
168 as a cooling device.
173 bool "CPU frequency cooling device"
177 This implements the generic cpu cooling mechanism through frequency
[all …]
/kernel/linux/linux-6.6/Documentation/driver-api/thermal/
Dsysfs-api.rst16 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.
50 thermal cooling devices registered at the same time.
64 bind the thermal zone device with a thermal cooling device.
66 unbind the thermal zone device with a thermal cooling device.
95 performing passive cooling.
106 unbinds all the thermal cooling devices it uses.
217 1.2 thermal cooling device interface
[all …]
Dcpu-cooling-api.rst2 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
29 This interface function registers the cpufreq cooling device with the name
31 cooling devices.
41 This interface function registers the cpufreq cooling device with
44 instances of cpufreq cooling devices.
54 This interface function unregisters the "thermal-cpufreq-%x" cooling device.
[all …]
/kernel/linux/linux-6.6/drivers/thermal/
Dcpufreq_cooling.c29 * Cooling state <-> CPUFreq frequency
31 * Cooling states are translated to frequencies throughout this driver and this
34 * Highest cooling state corresponds to lowest possible frequency.
53 * struct cpufreq_cooling_device - data for cooling device with cpufreq
56 * cooling devices.
57 * @max_level: maximum cooling level. One less than total number of valid
61 * registered cooling device.
63 * @cooling_ops: cpufreq callbacks to thermal cooling device ops
252 * @state: cooling device state to be converted
255 * Convert cooling device state @state into power consumption in
[all …]
Dcpuidle_cooling.c8 #define pr_fmt(fmt) "cpuidle cooling: " fmt
21 * struct cpuidle_cooling_device - data for the idle cooling device
23 * @state: a normalized integer giving the state of the cooling device
65 * @cdev : the thermal cooling device
93 * cpuidle_cooling_get_cur_state - Get the current cooling state
94 * @cdev: the thermal cooling device
98 * cooling device structure, the mapping is 1 <-> 1.
113 * cpuidle_cooling_set_cur_state - Set the current cooling state
114 * @cdev: the thermal cooling device
119 * cooling device. In any case, it updates the internal state for the
[all …]
Ddevfreq_cooling.c3 * devfreq_cooling: Thermal cooling device implementation for devices using
9 * - If OPPs are added or removed after devfreq cooling has
10 * registered, the devfreq cooling won't react to it.
28 * struct devfreq_cooling_device - Devfreq cooling device
30 * @cdev: Pointer to associated thermal cooling device.
31 * @cooling_ops: devfreq callbacks to thermal cooling device ops
33 * @cooling_state: Current cooling state.
35 * order. You can index the table by cooling device state
45 * @capped_state: index to cooling state with in dynamic power budget
96 dev_dbg(dev, "Setting cooling state %lu\n", state); in devfreq_cooling_set_cur_state()
[all …]
DKconfig11 zones and cooling devices.
13 and cooling devices.
26 trip point crossed, cooling device update or governor
131 operate on cooling devices that implement the power API.
177 bool "Generic cpu cooling support"
180 Enable the CPU cooling features. If the system has no active
181 cooling device available, this option allows to use the CPU
182 as a cooling device.
187 bool "CPU frequency cooling device"
191 This implements the generic cpu cooling mechanism through frequency
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dexynos5422-odroidxu3-common.dtsi47 #cooling-cells = <2>;
48 cooling-levels = <0 130 170 230>;
94 cooling-maps {
97 cooling-device = <&fan0 0 1>;
101 cooling-device = <&fan0 1 2>;
105 cooling-device = <&fan0 2 3>;
114 cooling-device = <&cpu0 0 2>,
130 cooling-device = <&cpu0 3 8>,
177 cooling-maps {
180 cooling-device = <&fan0 0 1>;
[all …]
Dexynos5422-odroidhc1.dts51 cooling-maps {
59 cooling-device = <&cpu0 0 2>,
75 cooling-device = <&cpu0 3 8>,
105 cooling-maps {
108 cooling-device = <&cpu0 0 2>,
119 cooling-device = <&cpu0 3 8>,
149 cooling-maps {
152 cooling-device = <&cpu0 0 2>,
163 cooling-device = <&cpu0 3 8>,
193 cooling-maps {
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/samsung/
Dexynos5422-odroidxu3-common.dtsi51 #cooling-cells = <2>;
52 cooling-levels = <0 130 170 230>;
98 cooling-maps {
101 cooling-device = <&fan0 0 1>;
105 cooling-device = <&fan0 1 2>;
109 cooling-device = <&fan0 2 3>;
118 cooling-device = <&cpu0 0 2>,
134 cooling-device = <&cpu0 3 8>,
181 cooling-maps {
184 cooling-device = <&fan0 0 1>;
[all …]
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-class-thermal77 Sysfs link to the thermal cooling device node where the sys I/F
78 for cooling device throttling control represents.
85 associated with; -1 means the cooling device is not
93 is relative to the rest of cooling devices in the thermal
94 zone. For example, if a cooling device has a weight double
95 than that of other, it's twice as effective in cooling the
106 different temperature threshold and its associated cooling
212 The maximum permissible cooling state of this cooling device.
218 The current cooling state of this cooling device.
221 - cur_state == 0 means no cooling
[all …]
/kernel/linux/linux-5.10/tools/thermal/tmon/
Dtmon.814 and test cooling devices and sensors; collect thermal data for offline
23 - show cooling device information
25 - show trip point and cooling device instance bindings
29 - show states of all cooling devices
33 controller, user can pair a cooling device to a thermal sensor for
35 - allow manual control of cooling device states and target temperature
38 - contains thermal configuration data, i.e. cooling device, thermal
46 The \fB-c --control\fP option sets a cooling device type to control temperature
69 \fBP \fP passive cooling trip point type
70 \fBA \fP active cooling trip point type (fan)
[all …]
/kernel/linux/linux-6.6/tools/thermal/tmon/
Dtmon.814 and test cooling devices and sensors; collect thermal data for offline
23 - show cooling device information
25 - show trip point and cooling device instance bindings
29 - show states of all cooling devices
33 controller, user can pair a cooling device to a thermal sensor for
35 - allow manual control of cooling device states and target temperature
38 - contains thermal configuration data, i.e. cooling device, thermal
46 The \fB-c --control\fP option sets a cooling device type to control temperature
69 \fBP \fP passive cooling trip point type
70 \fBA \fP active cooling trip point type (fan)
[all …]

12345678910>>...29