Home
last modified time | relevance | path

Searched refs:THERMAL_NO_LIMIT (Results 1 – 21 of 21) sorted by relevance

/linux-4.1.27/arch/arm/boot/dts/
Drk3288-thermal.dtsi43 <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
71 <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
Domap4-cpu-thermal.dtsi38 <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
Dam57xx-beagle-x15.dts581 cooling-device = <&gpio_fan THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
611 <&gpio_fan THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
Dsun5i-a13.dtsi73 cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
Dsun4i-a10.dtsi99 cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
Dsun7i-a20.dtsi138 cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
/linux-4.1.27/include/dt-bindings/thermal/
Dthermal.h14 #define THERMAL_NO_LIMIT (~0) macro
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/thermal/
Dthermal.h14 #define THERMAL_NO_LIMIT (~0) macro
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/thermal/
Dthermal.h14 #define THERMAL_NO_LIMIT (~0) macro
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/thermal/
Dthermal.h14 #define THERMAL_NO_LIMIT (~0) macro
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/thermal/
Dthermal.h14 #define THERMAL_NO_LIMIT (~0) macro
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/thermal/
Dthermal.h14 #define THERMAL_NO_LIMIT (~0) macro
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Drockchip-thermal.txt64 <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
Dthermal.txt124 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/
Dthermal.c803 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/
Dti-thermal-common.c148 THERMAL_NO_LIMIT, in ti_thermal_bind()
149 THERMAL_NO_LIMIT); in ti_thermal_bind()
/linux-4.1.27/drivers/platform/x86/
Dacerhdf.c375 THERMAL_NO_LIMIT, THERMAL_NO_LIMIT)) { in acerhdf_bind()
/linux-4.1.27/drivers/thermal/
Dthermal_core.c232 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()
Dimx_thermal.c308 THERMAL_NO_LIMIT, in imx_bind()
309 THERMAL_NO_LIMIT); in imx_bind()
/linux-4.1.27/include/linux/
Dthermal.h41 #define THERMAL_NO_LIMIT ((u32)~0) macro
/linux-4.1.27/Documentation/thermal/
Dsysfs-api.txt108 THERMAL_NO_LIMIT means no upper limit,
111 THERMAL_NO_LIMIT means no lower limit,