Searched refs:THERMAL_TRIPS_NONE (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A 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()
|
| H A D | thermal_core.c | 700 thermal_zone_bind_cooling_device(tz, THERMAL_TRIPS_NONE, cdev, in thermal_zone_device_rebind_exception() 786 thermal_zone_unbind_cooling_device(tz, THERMAL_TRIPS_NONE, in thermal_zone_device_unbind_exception() 837 if (trip >= tz->trips || (trip < 0 && trip != THERMAL_TRIPS_NONE)) in thermal_zone_bind_cooling_device()
|
| H A D | thermal_sysfs.c | 985 if (instance->trip == THERMAL_TRIPS_NONE) in trip_point_show()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | thermal.h | 21 #define THERMAL_TRIPS_NONE -1 macro
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | thermal.c | 770 (thermal, THERMAL_TRIPS_NONE, in acpi_thermal_cooling_device_cb() 776 (thermal, THERMAL_TRIPS_NONE, in acpi_thermal_cooling_device_cb()
|