| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rk3288-thermal.dtsi | 2 * Device Tree Source for RK3288 SoC thermal 9 #include <dt-bindings/thermal/thermal.h> 16 thermal-sensors = <&tsadc 0>; 25 thermal-sensors = <&tsadc 1>; 65 thermal-sensors = <&tsadc 2>;
|
| H A D | dra7-dspeve-thermal.dtsi | 2 * Device Tree Source for DRA7x SoC DSPEVE thermal 11 #include <dt-bindings/thermal/thermal.h> 18 thermal-sensors = <&bandgap 3>;
|
| H A D | dra7-iva-thermal.dtsi | 2 * Device Tree Source for DRA7x SoC IVA thermal 11 #include <dt-bindings/thermal/thermal.h> 18 thermal-sensors = <&bandgap 4>;
|
| H A D | omap5-gpu-thermal.dtsi | 2 * Device Tree Source for OMAP543x SoC GPU thermal 12 #include <dt-bindings/thermal/thermal.h> 19 thermal-sensors = <&bandgap 1>;
|
| H A D | omap5-core-thermal.dtsi | 2 * Device Tree Source for OMAP543x SoC CORE thermal 12 #include <dt-bindings/thermal/thermal.h> 19 thermal-sensors = <&bandgap 2>;
|
| H A D | omap4-cpu-thermal.dtsi | 2 * Device Tree Source for OMAP4/5 SoC CPU thermal 12 #include <dt-bindings/thermal/thermal.h> 19 thermal-sensors = <&bandgap 0>;
|
| H A D | stih410.dtsi | 330 thermal@91a0000 { 331 compatible = "st,stih407-thermal"; 333 clock-names = "thermal"; 345 compatible = "st,stih407-thermal"; 347 clock-names = "thermal";
|
| H A D | sun5i-a13.dtsi | 50 #include <dt-bindings/thermal/thermal.h> 70 thermal-zones { 75 thermal-sensors = <&rtp>;
|
| H A D | rk322x.dtsi | 12 #include <dt-bindings/thermal/thermal.h> 409 thermal-zones { 410 cpu_thermal: cpu-thermal { 414 thermal-sensors = <&tsadc 0>; 461 #thermal-sensor-cells = <0>;
|
| H A D | tegra124.dtsi | 8 #include <dt-bindings/thermal/tegra124-soctherm.h> 728 soctherm: thermal-sensor@700e2000 { 737 #thermal-sensor-cells = <1>; 1026 thermal-zones { 1031 thermal-sensors = 1039 thermal-sensors = 1047 thermal-sensors = 1055 thermal-sensors =
|
| H A D | rv1103b.dtsi | 13 #include <dt-bindings/thermal/thermal.h> 212 thermal_zones: thermal-zones { 213 soc_thermal: soc-thermal { 216 thermal-sensors = <&tsadc 0>; 549 rockchip,thermal-zone = "soc-thermal"; 838 #thermal-sensor-cells = <1>;
|
| H A D | omap36xx.dtsi | 93 #thermal-sensor-cells = <0>;
|
| H A D | r8a7796.dtsi | 982 tsc: thermal@e6198000 { 983 compatible = "renesas,r8a7796-thermal"; 993 #thermal-sensor-cells = <1>; 997 thermal-zones { 1001 thermal-sensors = <&tsc 0>; 1015 thermal-sensors = <&tsc 1>; 1029 thermal-sensors = <&tsc 2>;
|
| H A D | rv1106.dtsi | 12 #include <dt-bindings/thermal/thermal.h> 202 rockchip,thermal-zone = "soc-thermal"; 205 thermal_zones: thermal-zones { 206 soc_thermal: soc-thermal { 211 thermal-sensors = <&tsadc 0>; 517 #thermal-sensor-cells = <1>;
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/thermal/ |
| H A D | rockchip-thermal.txt | 15 - #thermal-sensor-cells : Should be 1. See ./thermal.txt for a description. 32 #thermal-sensor-cells = <1>; 38 Example: referring to thermal sensors: 39 thermal-zones { 45 thermal-sensors = <&tsadc 1>;
|
| /rk3399_rockchip-uboot/drivers/thermal/ |
| H A D | thermal-uclass.c | 27 UCLASS_DRIVER(thermal) = {
|
| H A D | Makefile | 8 obj-$(CONFIG_DM_THERMAL) += thermal-uclass.o
|
| H A D | Kconfig | 2 bool "Driver support for thermal devices"
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/exynos/ |
| H A D | tmu.txt | 24 - It selects thermal tripping mode and enables thermal tripping.
|
| /rk3399_rockchip-uboot/include/ |
| H A D | ddr_spd.h | 254 unsigned char thermal; member 377 uint8_t thermal; member 401 uint8_t thermal; member
|
| /rk3399_rockchip-uboot/drivers/power/dvfs/ |
| H A D | rockchip_wtemp_dvfs.c | 114 struct udevice *thermal; member 397 ret = thermal_get_temp(priv->thermal, &temp); in wtemp_dvfs_apply() 425 ret = thermal_get_temp(priv->thermal, &temp); in wtemp_dvfs_repeat_apply() 619 ret = uclass_get_device(UCLASS_THERMAL, 0, &priv->thermal); in wtemp_dvfs_probe()
|
| /rk3399_rockchip-uboot/drivers/power/fuel_gauge/ |
| H A D | fg_rk816.c | 529 u8 sup_sts, ggcon, thermal, finish_ma; in rk816_bat_init_chrg_config() local 537 thermal = rk816_bat_read(di, THERMAL_REG); in rk816_bat_init_chrg_config() 560 thermal &= ~FB_TEMP_MSK; in rk816_bat_init_chrg_config() 561 thermal |= TEMP_115C; in rk816_bat_init_chrg_config() 569 rk816_bat_write(di, THERMAL_REG, thermal); in rk816_bat_init_chrg_config() 1214 u8 sup_sts, ggcon, ggsts, vb_mod, rtc, thermal, misc; in rk816_bat_debug_info() local 1225 thermal = rk816_bat_read(di, THERMAL_REG); in rk816_bat_debug_info() 1244 thermal, misc, chrg_ctrl1, chrg_ctrl2, chrg_ctrl3 in rk816_bat_debug_info()
|
| H A D | fg_rk818.c | 505 u8 sup_sts, ggcon, thermal, finish_ma; in rk818_bat_init_chrg_config() local 513 thermal = rk818_bat_read(di, THERMAL_REG); in rk818_bat_init_chrg_config() 537 thermal &= ~FB_TEMP_MSK; in rk818_bat_init_chrg_config() 538 thermal |= TEMP_105C; in rk818_bat_init_chrg_config() 546 rk818_bat_write(di, THERMAL_REG, thermal); in rk818_bat_init_chrg_config() 1320 u8 sup_sts, ggcon, ggsts, vb_mod, rtc, thermal, misc; in rk818_bat_debug_info() local 1330 thermal = rk818_bat_read(di, THERMAL_REG); in rk818_bat_debug_info() 1343 thermal, misc, chrg_ctrl1, chrg_ctrl2, chrg_ctrl3 in rk818_bat_debug_info()
|
| /rk3399_rockchip-uboot/test/rockchip/ |
| H A D | test-power.c | 223 UNIT_CMD_DEFINE(thermal, 0),
|
| /rk3399_rockchip-uboot/drivers/ |
| H A D | Kconfig | 99 source "drivers/thermal/Kconfig"
|