Searched refs:clk_auxadc (Results 1 – 1 of 1) sorted by relevance
255 struct clk *clk_auxadc; member884 mt->clk_auxadc = devm_clk_get(&pdev->dev, "auxadc"); in mtk_thermal_probe()885 if (IS_ERR(mt->clk_auxadc)) in mtk_thermal_probe()886 return PTR_ERR(mt->clk_auxadc); in mtk_thermal_probe()935 ret = clk_prepare_enable(mt->clk_auxadc); in mtk_thermal_probe()966 clk_disable_unprepare(mt->clk_auxadc); in mtk_thermal_probe()976 clk_disable_unprepare(mt->clk_auxadc); in mtk_thermal_remove()