Searched refs:thermal_clk (Results 1 – 3 of 3) sorted by relevance
10 - clock-names: Input clock name, should be 'thermal_clk'.22 clock-names = "thermal_clk";
213 struct clk *thermal_clk; member677 data->thermal_clk = devm_clk_get(&pdev->dev, NULL); in imx_thermal_probe()678 if (IS_ERR(data->thermal_clk)) { in imx_thermal_probe()679 ret = PTR_ERR(data->thermal_clk); in imx_thermal_probe()693 ret = clk_prepare_enable(data->thermal_clk); in imx_thermal_probe()767 clk_disable_unprepare(data->thermal_clk); in imx_thermal_probe()835 clk_disable_unprepare(data->thermal_clk); in imx_thermal_runtime_suspend()847 ret = clk_prepare_enable(data->thermal_clk); in imx_thermal_runtime_resume()
860 clock-names = "thermal_clk";