Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/mediatek/
H A Dauxadc_thermal.c335 struct clk *clk_auxadc; member
1257 mt->clk_auxadc = devm_clk_get_enabled(&pdev->dev, "auxadc"); in mtk_thermal_probe()
1258 if (IS_ERR(mt->clk_auxadc)) { in mtk_thermal_probe()
1259 ret = PTR_ERR(mt->clk_auxadc); in mtk_thermal_probe()