Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/tegra/
Dsoctherm.c235 struct thermal_zone_device **thermctl_tzs; member
1341 tegra->thermctl_tzs = devm_kcalloc(&pdev->dev, in tegra_soctherm_probe()
1344 if (!tegra->thermctl_tzs) in tegra_soctherm_probe()
1379 tegra->thermctl_tzs[soc->ttgs[i]->id] = z; in tegra_soctherm_probe()
1436 tz = tegra->thermctl_tzs[soc->ttgs[i]->id]; in soctherm_resume()