Searched refs:THERMAL_TRIPS_NONE (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/thermal/ |
D | step_wise.c | 124 if (type == THERMAL_TRIP_PASSIVE || type == THERMAL_TRIPS_NONE) in update_passive_instance() 137 if (trip == THERMAL_TRIPS_NONE) { in thermal_zone_trip_update() 139 trip_type = THERMAL_TRIPS_NONE; in thermal_zone_trip_update() 205 thermal_zone_trip_update(tz, THERMAL_TRIPS_NONE); in step_wise_throttle()
|
D | thermal_core.c | 614 thermal_zone_bind_cooling_device(tz, THERMAL_TRIPS_NONE, cdev, in thermal_zone_device_rebind_exception() 633 thermal_zone_unbind_cooling_device(tz, THERMAL_TRIPS_NONE, in thermal_zone_device_unbind_exception() 684 if (trip >= tz->trips || (trip < 0 && trip != THERMAL_TRIPS_NONE)) in thermal_zone_bind_cooling_device()
|
D | thermal_sysfs.c | 971 if (instance->trip == THERMAL_TRIPS_NONE) in trip_point_show()
|
/Linux-v4.19/include/linux/ |
D | thermal.h | 20 #define THERMAL_TRIPS_NONE -1 macro
|
/Linux-v4.19/drivers/acpi/ |
D | thermal.c | 841 (thermal, THERMAL_TRIPS_NONE, in acpi_thermal_cooling_device_cb() 847 (thermal, THERMAL_TRIPS_NONE, in acpi_thermal_cooling_device_cb()
|