num_tsensors     1298 drivers/thermal/tegra/soctherm.c 	for (i = 0; i < ts->soc->num_tsensors; i++) {
num_tsensors     2058 drivers/thermal/tegra/soctherm.c 	for (i = 0; i < tegra->soc->num_tsensors; ++i)
num_tsensors     2177 drivers/thermal/tegra/soctherm.c 				    soc->num_tsensors, sizeof(u32),
num_tsensors     2188 drivers/thermal/tegra/soctherm.c 	for (i = 0; i < soc->num_tsensors; ++i) {
num_tsensors      124 drivers/thermal/tegra/soctherm.h 	const unsigned int num_tsensors;
num_tsensors      212 drivers/thermal/tegra/tegra124-soctherm.c 	.num_tsensors = ARRAY_SIZE(tegra124_tsensors),
num_tsensors      212 drivers/thermal/tegra/tegra132-soctherm.c 	.num_tsensors = ARRAY_SIZE(tegra132_tsensors),
num_tsensors      220 drivers/thermal/tegra/tegra210-soctherm.c 	.num_tsensors = ARRAY_SIZE(tegra210_tsensors),