Searched refs:clk_main (Results 1 – 1 of 1) sorted by relevance
257 struct clk *clk_main; member1021 clk_disable_unprepare(zdev->clk_main); in zynqmp_dma_runtime_suspend()1039 err = clk_prepare_enable(zdev->clk_main); in zynqmp_dma_runtime_resume()1048 clk_disable_unprepare(zdev->clk_main); in zynqmp_dma_runtime_resume()1098 zdev->clk_main = devm_clk_get(&pdev->dev, "clk_main"); in zynqmp_dma_probe()1099 if (IS_ERR(zdev->clk_main)) in zynqmp_dma_probe()1100 return dev_err_probe(&pdev->dev, PTR_ERR(zdev->clk_main), in zynqmp_dma_probe()