clk_topcrm 53 drivers/thermal/zx2967_thermal.c struct clk *clk_topcrm; clk_topcrm 132 drivers/thermal/zx2967_thermal.c priv->clk_topcrm = devm_clk_get(&pdev->dev, "topcrm"); clk_topcrm 133 drivers/thermal/zx2967_thermal.c if (IS_ERR(priv->clk_topcrm)) { clk_topcrm 134 drivers/thermal/zx2967_thermal.c ret = PTR_ERR(priv->clk_topcrm); clk_topcrm 139 drivers/thermal/zx2967_thermal.c ret = clk_prepare_enable(priv->clk_topcrm); clk_topcrm 185 drivers/thermal/zx2967_thermal.c clk_disable_unprepare(priv->clk_topcrm); clk_topcrm 194 drivers/thermal/zx2967_thermal.c clk_disable_unprepare(priv->clk_topcrm); clk_topcrm 211 drivers/thermal/zx2967_thermal.c if (priv && priv->clk_topcrm) clk_topcrm 212 drivers/thermal/zx2967_thermal.c clk_disable_unprepare(priv->clk_topcrm); clk_topcrm 225 drivers/thermal/zx2967_thermal.c error = clk_prepare_enable(priv->clk_topcrm); clk_topcrm 231 drivers/thermal/zx2967_thermal.c clk_disable_unprepare(priv->clk_topcrm);