Home
last modified time | relevance | path

Searched refs:clk_sec (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/thermal/samsung/
H A Dexynos_tmu.c179 struct clk *clk, *clk_sec, *sclk; member
261 if (!IS_ERR(data->clk_sec)) in exynos_tmu_initialize()
262 clk_enable(data->clk_sec); in exynos_tmu_initialize()
272 if (!IS_ERR(data->clk_sec)) in exynos_tmu_initialize()
273 clk_disable(data->clk_sec); in exynos_tmu_initialize()
1044 if (IS_ERR(data->clk_sec)) { in exynos_tmu_probe()
1049 ret = clk_prepare(data->clk_sec); in exynos_tmu_probe()
1118 if (!IS_ERR(data->clk_sec)) in exynos_tmu_probe()
1119 clk_unprepare(data->clk_sec); in exynos_tmu_probe()
1131 if (!IS_ERR(data->clk_sec)) in exynos_tmu_remove()
[all …]