Home
last modified time | relevance | path

Searched +full:polling +full:- +full:delay +full:- +full:passive (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-j721s2-thermal.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 #include <dt-bindings/thermal/thermal.h>
5 wkup0_thermal: wkup0-thermal {
6 polling-delay-passive = <250>; /* milliseconds */
7 polling-delay = <500>; /* milliseconds */
8 thermal-sensors = <&wkup_vtm0 0>;
11 wkup0_crit: wkup0-crit {
19 wkup1_thermal: wkup1-thermal {
20 polling-delay-passive = <250>; /* milliseconds */
21 polling-delay = <500>; /* milliseconds */
[all …]
H A Dk3-j784s4-thermal.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 #include <dt-bindings/thermal/thermal.h>
5 wkup0_thermal: wkup0-thermal {
6 polling-delay-passive = <250>; /* milliseconds */
7 polling-delay = <500>; /* milliseconds */
8 thermal-sensors = <&wkup_vtm0 0>;
11 wkup0_crit: wkup0-crit {
19 wkup1_thermal: wkup1-thermal {
20 polling-delay-passive = <250>; /* milliseconds */
21 polling-delay = <500>; /* milliseconds */
[all …]
H A Dk3-j721e-thermal.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 #include <dt-bindings/thermal/thermal.h>
5 thermal_zones: thermal-zones {
6 wkup_thermal: wkup-thermal {
7 polling-delay-passive = <250>; /* milliseconds */
8 polling-delay = <500>; /* milliseconds */
9 thermal-sensors = <&wkup_vtm0 0>;
12 wkup_crit: wkup-crit {
20 mpu_thermal: mpu-thermal {
21 polling-delay-passive = <250>; /* milliseconds */
[all …]
H A Dk3-am654-industrial-thermal.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 #include <dt-bindings/thermal/thermal.h>
5 mpu0_thermal: mpu0-thermal {
6 polling-delay-passive = <250>; /* milliseconds */
7 polling-delay = <500>; /* milliseconds */
8 thermal-sensors = <&wkup_vtm0 0>;
11 mpu0_crit: mpu0-crit {
19 mpu1_thermal: mpu1-thermal {
20 polling-delay-passive = <250>; /* milliseconds */
21 polling-delay = <500>; /* milliseconds */
[all …]
H A Dk3-am62a-thermal.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 #include <dt-bindings/thermal/thermal.h>
5 thermal_zones: thermal-zones {
6 main0_thermal: main0-thermal {
7 polling-delay-passive = <250>; /* milliSeconds */
8 polling-delay = <500>; /* milliSeconds */
9 thermal-sensors = <&wkup_vtm0 0>;
12 main0_crit: main0-crit {
20 main1_thermal: main1-thermal {
21 polling-delay-passive = <250>; /* milliSeconds */
[all …]
H A Dk3-j7200-thermal.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 #include <dt-bindings/thermal/thermal.h>
5 thermal_zones: thermal-zones {
6 mcu_thermal: mcu-thermal {
7 polling-delay-passive = <250>; /* milliseconds */
8 polling-delay = <500>; /* milliseconds */
9 thermal-sensors = <&wkup_vtm0 0>;
12 wkup_crit: wkup-crit {
20 mpu_thermal: mpu-thermal {
21 polling-delay-passive = <250>; /* milliseconds */
[all …]
H A Dk3-am64-thermal.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 #include <dt-bindings/thermal/thermal.h>
5 thermal_zones: thermal-zones {
6 main0_thermal: main0-thermal {
7 polling-delay-passive = <250>; /* milliSeconds */
8 polling-delay = <500>; /* milliSeconds */
9 thermal-sensors = <&main_vtm0 0>;
12 main0_crit: main0-crit {
20 main1_thermal: main1-thermal {
21 polling-delay-passive = <250>; /* milliSeconds */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dbrcm,sr-thermal.txt6 - compatible : Must be "brcm,sr-thermal"
7 - reg : Memory where tmon data will be available.
8 - brcm,tmon-mask: A one cell bit mask of valid TMON sources.
10 - #thermal-sensor-cells : Thermal sensor phandler
11 - polling-delay: Max number of milliseconds to wait between polls.
12 - thermal-sensors: A list of thermal sensor phandles and specifier.
14 in correspond with brcm,tmon-mask.
15 - temperature: trip temperature threshold in millicelsius.
19 compatible = "simple-bus";
20 #address-cells = <1>;
[all …]
H A Dthermal-zones.yaml1 # 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 - Daniel Lezcano <daniel.lezcano@linaro.org>
20 - therma
[all...]
H A Dthermal.txt6 such as trip points, polling intervals, sensors and cooling devices
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;
33 - #thermal-sensor-cells: Used to provide sensor device specific information
45 is by means of regulating device performance, which is known as passive
46 cooling. A typical passive cooling is a CPU that has dynamic voltage and
62 - #cooling-cells: Used to provide cooling device specific information
[all …]
H A Dda9062-thermal.txt11 - compatible: should be one of the following valid compatible string lines:
12 "dlg,da9061-thermal", "dlg,da9062-thermal"
13 "dlg,da9062-thermal"
17 - polling-delay-passive : Specify the polling period, measured in
24 compatible = "dlg,da9062-thermal";
25 polling-delay-passive = <3000>;
29 Example: DA9061 using a fall-back compatible for the DA9062 onkey driver
33 compatible = "dlg,da9061-thermal", "dlg,da9062-thermal";
34 polling-delay-passive = <3000>;
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsm6375.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
6 #include <dt-bindings/clock/qcom,rpmcc.h>
7 #include <dt-bindings/clock/qcom,sm6375-gcc.h>
8 #include <dt-bindings/clock/qcom,sm6375-gpucc.h>
9 #include <dt-binding
[all...]
H A Dipq9574.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
5 * Copyright (c) 2020-2021 The Linux Foundation. All rights reserved.
9 #include <dt-bindings/clock/qcom,apss-ipq.h>
10 #include <dt-bindings/clock/qcom,ipq9574-gc
[all...]
H A Dpm8550vs.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
6 #include <dt-bindings/interrupt-controller/irq.h>
7 #include <dt-bindings/spmi/spmi.h>
10 thermal-zones {
11 pm8550vs-c-thermal {
12 polling-delay-passive = <100>;
13 polling-delay = <0>;
15 thermal-sensors = <&pm8550vs_c_temp_alarm>;
21 type = "passive";
32 pm8550vs-d-thermal {
[all …]
H A Dsa8775p-pmics.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
6 #include <dt-bindings/input/input.h>
7 #include <dt-bindings/spmi/spmi.h>
10 thermal-zones {
11 pmm8654au_0_thermal: pm8775-0-thermal {
12 polling
[all...]
H A Dsm8550.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
6 #include <dt-bindings/clock/qcom,rpmh.h>
7 #include <dt-bindings/clock/qcom,sm8450-videocc.h>
8 #include <dt-bindings/clock/qcom,sm8550-camcc.h>
9 #include <dt-binding
[all...]
H A Dpm8010.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
6 #include <dt-bindings/interrupt-controller/irq.h>
7 #include <dt-bindings/spmi/spmi.h>
10 thermal-zones {
11 pm8010-m-thermal {
12 polling-delay-passive = <100>;
13 polling-delay = <0>;
15 thermal-sensors = <&pm8010_m_temp_alarm>;
21 type = "passive";
32 pm8010-n-thermal {
[all …]
H A Dpmr735d.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
6 #include <dt-bindings/interrupt-controller/irq.h>
7 #include <dt-bindings/spmi/spmi.h>
10 thermal-zones {
11 pmr735d-k-thermal {
12 polling-delay-passive = <100>;
13 polling-delay = <0>;
15 thermal-sensors = <&pmr735d_k_temp_alarm>;
21 type = "passive";
32 pmr735d-l-thermal {
[all …]
H A Dqcm2290.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
8 #include <dt-bindings/clock/qcom,dispcc-qcm2290.h>
9 #include <dt-bindings/clock/qcom,gcc-qcm2290.h>
10 #include <dt-binding
[all...]
H A Dsm8250-mtp.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
9 #include <dt-bindings/sound/qcom,q6afe.h>
10 #include <dt-bindings/sound/qcom,q6asm.h>
11 #include <dt-binding
[all...]
H A Dmsm8976.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
3 * Copyright (c) 2016-2022, AngeloGioacchino Del Regno
9 #include <dt-bindings/clock/qcom,gcc-msm8976.h>
10 #include <dt-bindings/clock/qcom,rpmcc.h>
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-binding
[all...]
H A Dsm8450.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
6 #include <dt-bindings/interrupt-controller/arm-gic.h>
7 #include <dt-bindings/clock/qcom,gcc-sm8450.h>
8 #include <dt-binding
[all...]
H A Dipq8074.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
6 #include <dt-bindings/interrupt-controller/arm-gic.h>
7 #include <dt-bindings/clock/qcom,gcc-ipq8074.h>
10 #address-cell
[all...]
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5422-odroidxu3-common.dtsi1 // 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"
20 gpio-keys {
21 compatible = "gpio-keys";
22 pinctrl-names = "default";
23 pinctrl-0 = <&power_key>;
25 power-key {
36 debounce-interval = <0>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-ap80x.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
9 #include <dt-bindings/thermal/thermal.h>
11 /dts-v1/;
14 #address-cells = <2>;
15 #size-cell
[all...]

12345678910>>...12