clk_peri_therm    254 drivers/thermal/mtk_thermal.c 	struct clk *clk_peri_therm;
clk_peri_therm    880 drivers/thermal/mtk_thermal.c 	mt->clk_peri_therm = devm_clk_get(&pdev->dev, "therm");
clk_peri_therm    881 drivers/thermal/mtk_thermal.c 	if (IS_ERR(mt->clk_peri_therm))
clk_peri_therm    882 drivers/thermal/mtk_thermal.c 		return PTR_ERR(mt->clk_peri_therm);
clk_peri_therm    941 drivers/thermal/mtk_thermal.c 	ret = clk_prepare_enable(mt->clk_peri_therm);
clk_peri_therm    964 drivers/thermal/mtk_thermal.c 	clk_disable_unprepare(mt->clk_peri_therm);
clk_peri_therm    975 drivers/thermal/mtk_thermal.c 	clk_disable_unprepare(mt->clk_peri_therm);