thermctl_tzs      341 drivers/thermal/tegra/soctherm.c 	struct thermal_zone_device **thermctl_tzs;
thermctl_tzs      895 drivers/thermal/tegra/soctherm.c 			tz = ts->thermctl_tzs[TEGRA124_SOCTHERM_SENSOR_CPU];
thermctl_tzs      901 drivers/thermal/tegra/soctherm.c 			tz = ts->thermctl_tzs[TEGRA124_SOCTHERM_SENSOR_GPU];
thermctl_tzs      907 drivers/thermal/tegra/soctherm.c 			tz = ts->thermctl_tzs[TEGRA124_SOCTHERM_SENSOR_PLLX];
thermctl_tzs      913 drivers/thermal/tegra/soctherm.c 			tz = ts->thermctl_tzs[TEGRA124_SOCTHERM_SENSOR_MEM];
thermctl_tzs     2196 drivers/thermal/tegra/soctherm.c 	tegra->thermctl_tzs = devm_kcalloc(&pdev->dev,
thermctl_tzs     2199 drivers/thermal/tegra/soctherm.c 	if (!tegra->thermctl_tzs)
thermctl_tzs     2236 drivers/thermal/tegra/soctherm.c 		tegra->thermctl_tzs[soc->ttgs[i]->id] = z;
thermctl_tzs     2295 drivers/thermal/tegra/soctherm.c 		tz = tegra->thermctl_tzs[soc->ttgs[i]->id];