Searched refs:hot_trip (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/drivers/thermal/tegra/ |
H A D | tegra30-tsensor.c | 307 int *hot_trip, int *crit_trip) in tegra_tsensor_get_hw_channel_trips() 315 *hot_trip = 85000; in tegra_tsensor_get_hw_channel_trips() 325 *hot_trip = trip.temperature; in tegra_tsensor_get_hw_channel_trips() 332 *hot_trip = clamp(*hot_trip, 25000, 90000); in tegra_tsensor_get_hw_channel_trips() 349 int err, hot_trip = 0, crit_trip = 0; in tegra_tsensor_enable_hw_channel() local 360 tegra_tsensor_get_hw_channel_trips(tzd, &hot_trip, &crit_trip); in tegra_tsensor_enable_hw_channel() 365 hot_trip = tegra_tsensor_temp_to_counter(ts, hot_trip); in tegra_tsensor_enable_hw_channel() 371 val |= FIELD_PREP(TSENSOR_SENSOR0_CONFIG1_TH2, hot_trip); in tegra_tsensor_enable_hw_channel() 306 tegra_tsensor_get_hw_channel_trips(struct thermal_zone_device *tzd, int *hot_trip, int *crit_trip) tegra_tsensor_get_hw_channel_trips() argument [all...] |
Completed in 1 milliseconds