thermal_clk 217 drivers/thermal/imx_thermal.c struct clk *thermal_clk; thermal_clk 784 drivers/thermal/imx_thermal.c data->thermal_clk = devm_clk_get(&pdev->dev, NULL); thermal_clk 785 drivers/thermal/imx_thermal.c if (IS_ERR(data->thermal_clk)) { thermal_clk 786 drivers/thermal/imx_thermal.c ret = PTR_ERR(data->thermal_clk); thermal_clk 800 drivers/thermal/imx_thermal.c ret = clk_prepare_enable(data->thermal_clk); thermal_clk 856 drivers/thermal/imx_thermal.c clk_disable_unprepare(data->thermal_clk); thermal_clk 871 drivers/thermal/imx_thermal.c if (!IS_ERR(data->thermal_clk)) thermal_clk 872 drivers/thermal/imx_thermal.c clk_disable_unprepare(data->thermal_clk); thermal_clk 898 drivers/thermal/imx_thermal.c clk_disable_unprepare(data->thermal_clk); thermal_clk 909 drivers/thermal/imx_thermal.c ret = clk_prepare_enable(data->thermal_clk);