Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thermal/mediatek/
Dauxadc_thermal.c335 struct clk *clk_auxadc; member
1254 mt->clk_auxadc = devm_clk_get_enabled(&pdev->dev, "auxadc"); in mtk_thermal_probe()
1255 if (IS_ERR(mt->clk_auxadc)) { in mtk_thermal_probe()
1256 ret = PTR_ERR(mt->clk_auxadc); in mtk_thermal_probe()