Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thermal/
Dmtk_thermal.c281 struct clk *clk_auxadc; member
1008 mt->clk_auxadc = devm_clk_get(&pdev->dev, "auxadc"); in mtk_thermal_probe()
1009 if (IS_ERR(mt->clk_auxadc)) in mtk_thermal_probe()
1010 return PTR_ERR(mt->clk_auxadc); in mtk_thermal_probe()
1061 ret = clk_prepare_enable(mt->clk_auxadc); in mtk_thermal_probe()
1101 clk_disable_unprepare(mt->clk_auxadc); in mtk_thermal_probe()
1111 clk_disable_unprepare(mt->clk_auxadc); in mtk_thermal_remove()