Searched refs:clk_auxadc (Results 1 – 1 of 1) sorted by relevance
279 struct clk *clk_auxadc; member1006 mt->clk_auxadc = devm_clk_get(&pdev->dev, "auxadc"); in mtk_thermal_probe()1007 if (IS_ERR(mt->clk_auxadc)) in mtk_thermal_probe()1008 return PTR_ERR(mt->clk_auxadc); in mtk_thermal_probe()1059 ret = clk_prepare_enable(mt->clk_auxadc); in mtk_thermal_probe()1095 clk_disable_unprepare(mt->clk_auxadc); in mtk_thermal_probe()1105 clk_disable_unprepare(mt->clk_auxadc); in mtk_thermal_remove()