Searched refs:trip_temp (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/thermal/
H A Dgov_bang_bang.c28 long trip_temp; thermal_zone_trip_update() local
32 tz->ops->get_trip_temp(tz, trip, &trip_temp); thermal_zone_trip_update()
36 trip, trip_temp, tz->temperature, thermal_zone_trip_update()
57 * enable fan when temperature exceeds trip_temp and disable thermal_zone_trip_update()
58 * the fan in case it falls below trip_temp minus hysteresis thermal_zone_trip_update()
60 if (instance->target == 0 && tz->temperature >= trip_temp) thermal_zone_trip_update()
63 tz->temperature < trip_temp - trip_hyst) thermal_zone_trip_update()
87 * trip_temp: +---->+
91 * (trip_temp - hyst): +<----+
96 * * If the fan is not running and temperature exceeds trip_temp, the fan
99 * (trip_temp - hyst) so that the fan gets turned off again.
H A Dfair_share.c37 unsigned long trip_temp; get_trip_level() local
44 tz->ops->get_trip_temp(tz, count, &trip_temp); get_trip_level()
45 if (tz->temperature < trip_temp) get_trip_level()
H A Dstep_wise.c129 long trip_temp; thermal_zone_trip_update() local
137 trip_temp = tz->forced_passive; thermal_zone_trip_update()
140 tz->ops->get_trip_temp(tz, trip, &trip_temp); thermal_zone_trip_update()
146 if (tz->temperature >= trip_temp) { thermal_zone_trip_update()
152 trip, trip_type, trip_temp, trend, throttle); thermal_zone_trip_update()
H A Dthermal_core.c369 long trip_temp; handle_critical_trips() local
371 tz->ops->get_trip_temp(tz, trip, &trip_temp); handle_critical_trips()
373 /* If we have not crossed the trip_temp, we do not care. */ handle_critical_trips()
374 if (trip_temp <= 0 || tz->temperature < trip_temp) handle_critical_trips()
1494 unsigned long trip_temp; thermal_zone_device_register() local
1569 if (tz->ops->get_trip_temp(tz, count, &trip_temp)) thermal_zone_device_register()
1572 if (trip_temp == 0) thermal_zone_device_register()
/linux-4.1.27/drivers/acpi/
H A Dthermal.c716 unsigned long trip_temp; thermal_get_trend() local
719 if (thermal_get_trip_temp(thermal, trip, &trip_temp)) thermal_get_trend()
722 if (temp > trip_temp) { thermal_get_trend()

Completed in 250 milliseconds