thresh_grain      484 drivers/thermal/tegra/soctherm.c 	temp = enforce_temp_range(dev, trip_temp) / ts->soc->thresh_grain;
thresh_grain      525 drivers/thermal/tegra/soctherm.c 	temp = enforce_temp_range(dev, trip_temp) / ts->soc->thresh_grain;
thresh_grain      701 drivers/thermal/tegra/soctherm.c 	lo = enforce_temp_range(zone->dev, lo) / zone->ts->soc->thresh_grain;
thresh_grain      702 drivers/thermal/tegra/soctherm.c 	hi = enforce_temp_range(zone->dev, hi) / zone->ts->soc->thresh_grain;
thresh_grain     1380 drivers/thermal/tegra/soctherm.c 			v *= ts->soc->thresh_grain;
thresh_grain     1386 drivers/thermal/tegra/soctherm.c 			v *= ts->soc->thresh_grain;
thresh_grain     1450 drivers/thermal/tegra/soctherm.c 		state *= ts->soc->thresh_grain;
thresh_grain      128 drivers/thermal/tegra/soctherm.h 	const int thresh_grain;
thresh_grain      216 drivers/thermal/tegra/tegra124-soctherm.c 	.thresh_grain = TEGRA124_THRESH_GRAIN,
thresh_grain      216 drivers/thermal/tegra/tegra132-soctherm.c 	.thresh_grain = TEGRA132_THRESH_GRAIN,
thresh_grain      224 drivers/thermal/tegra/tegra210-soctherm.c 	.thresh_grain = TEGRA210_THRESH_GRAIN,