Home
last modified time | relevance | path

Searched refs:THERMAL_TRIPS_NONE (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/thermal/
Dstep_wise.c123 if (type == THERMAL_TRIP_PASSIVE || type == THERMAL_TRIPS_NONE) in update_passive_instance()
136 if (trip == THERMAL_TRIPS_NONE) { in thermal_zone_trip_update()
138 trip_type = THERMAL_TRIPS_NONE; in thermal_zone_trip_update()
203 thermal_zone_trip_update(tz, THERMAL_TRIPS_NONE); in step_wise_throttle()
Dthermal_core.c738 THERMAL_TRIPS_NONE, cdev, in passive_store()
751 THERMAL_TRIPS_NONE, in passive_store()
922 if (instance->trip == THERMAL_TRIPS_NONE) in thermal_cooling_device_trip_point_show()
977 if (trip >= tz->trips || (trip < 0 && trip != THERMAL_TRIPS_NONE)) in thermal_zone_bind_cooling_device()
/linux-4.1.27/include/linux/
Dthermal.h34 #define THERMAL_TRIPS_NONE -1 macro
/linux-4.1.27/drivers/acpi/
Dthermal.c842 (thermal, THERMAL_TRIPS_NONE, in acpi_thermal_cooling_device_cb()
847 (thermal, THERMAL_TRIPS_NONE, in acpi_thermal_cooling_device_cb()