Searched refs:THERMAL_NO_LIMIT (Results 1 – 21 of 21) sorted by relevance
/linux-4.1.27/arch/arm/boot/dts/ |
D | rk3288-thermal.dtsi | 43 <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 71 <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
D | omap4-cpu-thermal.dtsi | 38 <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
D | am57xx-beagle-x15.dts | 581 cooling-device = <&gpio_fan THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 611 <&gpio_fan THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
D | sun5i-a13.dtsi | 73 cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
D | sun4i-a10.dtsi | 99 cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
D | sun7i-a20.dtsi | 138 cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
/linux-4.1.27/include/dt-bindings/thermal/ |
D | thermal.h | 14 #define THERMAL_NO_LIMIT (~0) macro
|
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/thermal/ |
D | thermal.h | 14 #define THERMAL_NO_LIMIT (~0) macro
|
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/thermal/ |
D | thermal.h | 14 #define THERMAL_NO_LIMIT (~0) macro
|
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/thermal/ |
D | thermal.h | 14 #define THERMAL_NO_LIMIT (~0) macro
|
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/thermal/ |
D | thermal.h | 14 #define THERMAL_NO_LIMIT (~0) macro
|
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/thermal/ |
D | thermal.h | 14 #define THERMAL_NO_LIMIT (~0) macro
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | rockchip-thermal.txt | 64 <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
D | thermal.txt | 124 Note: Using the THERMAL_NO_LIMIT (-1UL) constant in the cooling-device phandle 281 cooling-device = <&fan0 THERMAL_NO_LIMIT 4>; 285 cooling-device = <&fan0 5 THERMAL_NO_LIMIT>; 290 <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
/linux-4.1.27/drivers/acpi/ |
D | thermal.c | 803 THERMAL_NO_LIMIT, THERMAL_NO_LIMIT); in acpi_thermal_cooling_device_cb() 827 THERMAL_NO_LIMIT, THERMAL_NO_LIMIT); in acpi_thermal_cooling_device_cb() 843 cdev, THERMAL_NO_LIMIT, in acpi_thermal_cooling_device_cb() 844 THERMAL_NO_LIMIT); in acpi_thermal_cooling_device_cb()
|
/linux-4.1.27/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 148 THERMAL_NO_LIMIT, in ti_thermal_bind() 149 THERMAL_NO_LIMIT); in ti_thermal_bind()
|
/linux-4.1.27/drivers/platform/x86/ |
D | acerhdf.c | 375 THERMAL_NO_LIMIT, THERMAL_NO_LIMIT)) { in acerhdf_bind()
|
/linux-4.1.27/drivers/thermal/ |
D | thermal_core.c | 232 upper = THERMAL_NO_LIMIT; in __bind() 233 lower = THERMAL_NO_LIMIT; in __bind() 739 THERMAL_NO_LIMIT, in passive_store() 740 THERMAL_NO_LIMIT); in passive_store() 997 lower = lower == THERMAL_NO_LIMIT ? 0 : lower; in thermal_zone_bind_cooling_device() 998 upper = upper == THERMAL_NO_LIMIT ? max_state : upper; in thermal_zone_bind_cooling_device()
|
D | imx_thermal.c | 308 THERMAL_NO_LIMIT, in imx_bind() 309 THERMAL_NO_LIMIT); in imx_bind()
|
/linux-4.1.27/include/linux/ |
D | thermal.h | 41 #define THERMAL_NO_LIMIT ((u32)~0) macro
|
/linux-4.1.27/Documentation/thermal/ |
D | sysfs-api.txt | 108 THERMAL_NO_LIMIT means no upper limit, 111 THERMAL_NO_LIMIT means no lower limit,
|