Home
last modified time | relevance | path

Searched refs:thermctl_tzs (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/thermal/tegra/
Dsoctherm.c341 struct thermal_zone_device **thermctl_tzs; member
898 tz = ts->thermctl_tzs[TEGRA124_SOCTHERM_SENSOR_CPU]; in soctherm_thermal_isr_thread()
904 tz = ts->thermctl_tzs[TEGRA124_SOCTHERM_SENSOR_GPU]; in soctherm_thermal_isr_thread()
910 tz = ts->thermctl_tzs[TEGRA124_SOCTHERM_SENSOR_PLLX]; in soctherm_thermal_isr_thread()
916 tz = ts->thermctl_tzs[TEGRA124_SOCTHERM_SENSOR_MEM]; in soctherm_thermal_isr_thread()
2200 tegra->thermctl_tzs = devm_kcalloc(&pdev->dev, in tegra_soctherm_probe()
2203 if (!tegra->thermctl_tzs) in tegra_soctherm_probe()
2240 tegra->thermctl_tzs[soc->ttgs[i]->id] = z; in tegra_soctherm_probe()
2299 tz = tegra->thermctl_tzs[soc->ttgs[i]->id]; in soctherm_resume()