Searched refs:thermal_clk (Results 1 – 2 of 2) sorted by relevance
103 struct clk *thermal_clk; member536 data->thermal_clk = devm_clk_get(&pdev->dev, NULL); in imx_thermal_probe()537 if (IS_ERR(data->thermal_clk)) { in imx_thermal_probe()538 ret = PTR_ERR(data->thermal_clk); in imx_thermal_probe()553 ret = clk_prepare_enable(data->thermal_clk); in imx_thermal_probe()570 clk_disable_unprepare(data->thermal_clk); in imx_thermal_probe()597 clk_disable_unprepare(data->thermal_clk); in imx_thermal_probe()616 if (!IS_ERR(data->thermal_clk)) in imx_thermal_remove()617 clk_disable_unprepare(data->thermal_clk); in imx_thermal_remove()640 clk_disable_unprepare(data->thermal_clk); in imx_thermal_suspend()[all …]
10 - clock-names: Input clock name, should be 'thermal_clk'.21 clock-names = "thermal_clk";