Searched refs:THERMAL_TRIPS_NONE (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/thermal/ |
D | gov_step_wise.c | 112 if (type == THERMAL_TRIP_PASSIVE || type == THERMAL_TRIPS_NONE) in update_passive_instance() 125 if (trip == THERMAL_TRIPS_NONE) { in thermal_zone_trip_update() 127 trip_type = THERMAL_TRIPS_NONE; in thermal_zone_trip_update() 193 thermal_zone_trip_update(tz, THERMAL_TRIPS_NONE); in step_wise_throttle()
|
D | thermal_core.c | 696 thermal_zone_bind_cooling_device(tz, THERMAL_TRIPS_NONE, cdev, in thermal_zone_device_rebind_exception() 782 thermal_zone_unbind_cooling_device(tz, THERMAL_TRIPS_NONE, in thermal_zone_device_unbind_exception() 833 if (trip >= tz->trips || (trip < 0 && trip != THERMAL_TRIPS_NONE)) in thermal_zone_bind_cooling_device()
|
D | thermal_sysfs.c | 958 if (instance->trip == THERMAL_TRIPS_NONE) in trip_point_show()
|
/Linux-v5.10/include/linux/ |
D | thermal.h | 20 #define THERMAL_TRIPS_NONE -1 macro
|
/Linux-v5.10/drivers/acpi/ |
D | thermal.c | 776 (thermal, THERMAL_TRIPS_NONE, in acpi_thermal_cooling_device_cb() 782 (thermal, THERMAL_TRIPS_NONE, in acpi_thermal_cooling_device_cb()
|