Lines Matching defs:hot_trip
307 int *hot_trip, int *crit_trip)
315 *hot_trip = 85000;
325 *hot_trip = trip.temperature;
332 *hot_trip = clamp(*hot_trip, 25000, 90000);
349 int err, hot_trip = 0, crit_trip = 0;
360 tegra_tsensor_get_hw_channel_trips(tzd, &hot_trip, &crit_trip);
365 hot_trip = tegra_tsensor_temp_to_counter(ts, hot_trip);
371 val |= FIELD_PREP(TSENSOR_SENSOR0_CONFIG1_TH2, hot_trip);