Searched refs:THERMAL_NO_LIMIT (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/thermal/ |
H A D | thermal.h | 13 #define THERMAL_NO_LIMIT (~0) macro
|
/kernel/linux/linux-5.10/include/dt-bindings/thermal/ |
H A D | thermal.h | 13 #define THERMAL_NO_LIMIT (~0) macro
|
/kernel/linux/linux-6.6/include/dt-bindings/thermal/ |
H A D | thermal.h | 13 #define THERMAL_NO_LIMIT (~0) macro
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/thermal/ |
H A D | thermal.h | 13 #define THERMAL_NO_LIMIT (~0) macro
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | thermal.c | 729 THERMAL_NO_LIMIT, THERMAL_NO_LIMIT, in acpi_thermal_cooling_device_cb() 754 THERMAL_NO_LIMIT, THERMAL_NO_LIMIT, in acpi_thermal_cooling_device_cb() 771 cdev, THERMAL_NO_LIMIT, in acpi_thermal_cooling_device_cb() 772 THERMAL_NO_LIMIT, in acpi_thermal_cooling_device_cb()
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | thermal_core.c | 698 THERMAL_NO_LIMIT, in thermal_zone_device_rebind_exception() 699 THERMAL_NO_LIMIT, in thermal_zone_device_rebind_exception() 806 * THERMAL_NO_LIMIT means no upper limit, 809 * THERMAL_NO_LIMIT means no lower limit, 854 lower = lower == THERMAL_NO_LIMIT ? 0 : lower; in thermal_zone_bind_cooling_device() 855 upper = upper == THERMAL_NO_LIMIT ? max_state : upper; in thermal_zone_bind_cooling_device() 1021 upper = THERMAL_NO_LIMIT; in __bind() 1022 lower = THERMAL_NO_LIMIT; in __bind()
|
H A D | imx_thermal.c | 392 THERMAL_NO_LIMIT, in imx_bind() 393 THERMAL_NO_LIMIT, in imx_bind()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | thermal.c | 590 THERMAL_NO_LIMIT, in acpi_thermal_cooling_device_cb() 591 THERMAL_NO_LIMIT, in acpi_thermal_cooling_device_cb() 617 THERMAL_NO_LIMIT, in acpi_thermal_cooling_device_cb() 618 THERMAL_NO_LIMIT, in acpi_thermal_cooling_device_cb()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | thermal.h | 27 #define THERMAL_NO_LIMIT ((u32)~0) macro
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | acerhdf.c | 375 THERMAL_NO_LIMIT, THERMAL_NO_LIMIT, in acerhdf_bind()
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | acerhdf.c | 389 THERMAL_NO_LIMIT, THERMAL_NO_LIMIT, in acerhdf_bind()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | thermal.h | 24 #define THERMAL_NO_LIMIT ((u32)~0) macro
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | imx_thermal.c | 367 THERMAL_NO_LIMIT, in imx_bind() 368 THERMAL_NO_LIMIT, in imx_bind()
|
H A D | thermal_core.c | 611 * THERMAL_NO_LIMIT means no upper limit, 614 * THERMAL_NO_LIMIT means no lower limit, 658 lower = lower == THERMAL_NO_LIMIT ? 0 : lower; in thermal_zone_bind_cooling_device() 660 if (upper == THERMAL_NO_LIMIT) { in thermal_zone_bind_cooling_device()
|
Completed in 14 milliseconds