Home
last modified time | relevance | path

Searched refs:enforce_temp_range (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/tegra/
H A Dsoctherm.c437 * enforce_temp_range() - check and enforce temperature range [min, max]
447 static int enforce_temp_range(struct device *dev, int trip_temp) in enforce_temp_range() function
485 temp = enforce_temp_range(dev, trip_temp) / ts->soc->thresh_grain; in thermtrip_program()
526 temp = enforce_temp_range(dev, trip_temp) / ts->soc->thresh_grain; in throttrip_program()
702 lo = enforce_temp_range(zone->dev, lo) / zone->ts->soc->thresh_grain; in tegra_thermctl_set_trips()
703 hi = enforce_temp_range(zone->dev, hi) / zone->ts->soc->thresh_grain; in tegra_thermctl_set_trips()
/kernel/linux/linux-6.6/drivers/thermal/tegra/
H A Dsoctherm.c437 * enforce_temp_range() - check and enforce temperature range [min, max]
447 static int enforce_temp_range(struct device *dev, int trip_temp) in enforce_temp_range() function
485 temp = enforce_temp_range(dev, trip_temp) / ts->soc->thresh_grain; in thermtrip_program()
526 temp = enforce_temp_range(dev, trip_temp) / ts->soc->thresh_grain; in throttrip_program()
670 lo = enforce_temp_range(zone->dev, lo) / zone->ts->soc->thresh_grain; in tegra_thermctl_set_trips()
671 hi = enforce_temp_range(zone->dev, hi) / zone->ts->soc->thresh_grain; in tegra_thermctl_set_trips()

Completed in 11 milliseconds