clk_sec 181 drivers/thermal/samsung/exynos_tmu.c struct clk *clk, *clk_sec, *sclk; clk_sec 289 drivers/thermal/samsung/exynos_tmu.c if (!IS_ERR(data->clk_sec)) clk_sec 290 drivers/thermal/samsung/exynos_tmu.c clk_enable(data->clk_sec); clk_sec 323 drivers/thermal/samsung/exynos_tmu.c if (!IS_ERR(data->clk_sec)) clk_sec 324 drivers/thermal/samsung/exynos_tmu.c clk_disable(data->clk_sec); clk_sec 1046 drivers/thermal/samsung/exynos_tmu.c data->clk_sec = devm_clk_get(&pdev->dev, "tmu_triminfo_apbif"); clk_sec 1047 drivers/thermal/samsung/exynos_tmu.c if (IS_ERR(data->clk_sec)) { clk_sec 1050 drivers/thermal/samsung/exynos_tmu.c ret = PTR_ERR(data->clk_sec); clk_sec 1054 drivers/thermal/samsung/exynos_tmu.c ret = clk_prepare(data->clk_sec); clk_sec 1121 drivers/thermal/samsung/exynos_tmu.c if (!IS_ERR(data->clk_sec)) clk_sec 1122 drivers/thermal/samsung/exynos_tmu.c clk_unprepare(data->clk_sec); clk_sec 1140 drivers/thermal/samsung/exynos_tmu.c if (!IS_ERR(data->clk_sec)) clk_sec 1141 drivers/thermal/samsung/exynos_tmu.c clk_unprepare(data->clk_sec);