Lines Matching refs:trip_temp
386 int trip_temp; in handle_critical_trips() local
388 tz->ops->get_trip_temp(tz, trip, &trip_temp); in handle_critical_trips()
391 if (trip_temp <= 0 || tz->temperature < trip_temp) in handle_critical_trips()
420 int trip_temp, hyst = 0; in handle_thermal_trip() local
426 tz->ops->get_trip_temp(tz, trip, &trip_temp); in handle_thermal_trip()
432 if (tz->last_temperature < trip_temp && in handle_thermal_trip()
433 tz->temperature >= trip_temp) in handle_thermal_trip()
435 if (tz->last_temperature >= trip_temp && in handle_thermal_trip()
436 tz->temperature < (trip_temp - hyst)) in handle_thermal_trip()
1381 int trip_temp; in thermal_zone_device_register() local
1451 if (tz->ops->get_trip_temp(tz, count, &trip_temp)) in thermal_zone_device_register()
1454 if (trip_temp == 0) in thermal_zone_device_register()