clock_soctherm    332 drivers/thermal/tegra/soctherm.c 	struct clk *clock_soctherm;
clock_soctherm   1505 drivers/thermal/tegra/soctherm.c 	if (!tegra->clock_soctherm || !tegra->clock_tsensor)
clock_soctherm   1511 drivers/thermal/tegra/soctherm.c 		err = clk_prepare_enable(tegra->clock_soctherm);
clock_soctherm   1519 drivers/thermal/tegra/soctherm.c 			clk_disable_unprepare(tegra->clock_soctherm);
clock_soctherm   1525 drivers/thermal/tegra/soctherm.c 		clk_disable_unprepare(tegra->clock_soctherm);
clock_soctherm   2170 drivers/thermal/tegra/soctherm.c 	tegra->clock_soctherm = devm_clk_get(&pdev->dev, "soctherm");
clock_soctherm   2171 drivers/thermal/tegra/soctherm.c 	if (IS_ERR(tegra->clock_soctherm)) {
clock_soctherm   2173 drivers/thermal/tegra/soctherm.c 		return PTR_ERR(tegra->clock_soctherm);