Searched refs:thermal_clk (Results 1 – 3 of 3) sorted by relevance
209 struct clk *thermal_clk; member748 data->thermal_clk = devm_clk_get(&pdev->dev, NULL); in imx_thermal_probe()749 if (IS_ERR(data->thermal_clk)) { in imx_thermal_probe()750 ret = PTR_ERR(data->thermal_clk); in imx_thermal_probe()764 ret = clk_prepare_enable(data->thermal_clk); in imx_thermal_probe()822 clk_disable_unprepare(data->thermal_clk); in imx_thermal_probe()837 if (!IS_ERR(data->thermal_clk)) in imx_thermal_remove()838 clk_disable_unprepare(data->thermal_clk); in imx_thermal_remove()861 clk_disable_unprepare(data->thermal_clk); in imx_thermal_suspend()871 ret = clk_prepare_enable(data->thermal_clk); in imx_thermal_resume()
10 - clock-names: Input clock name, should be 'thermal_clk'.22 clock-names = "thermal_clk";
856 clock-names = "thermal_clk";