Searched refs:clk_axi (Results 1 – 6 of 6) sorted by relevance
29 pe->clk_axi = devm_clk_get(dev, NULL); in dc_pe_bind()30 if (IS_ERR(pe->clk_axi)) in dc_pe_bind()31 return dev_err_probe(dev, PTR_ERR(pe->clk_axi), in dc_pe_bind()101 clk_disable_unprepare(pe->clk_axi); in dc_pe_runtime_suspend()111 ret = clk_prepare_enable(pe->clk_axi); in dc_pe_runtime_resume()
74 struct clk *clk_ipg, *clk_axi; member377 prg->clk_axi = devm_clk_get(dev, "axi"); in ipu_prg_probe()378 if (IS_ERR(prg->clk_axi)) in ipu_prg_probe()379 return PTR_ERR(prg->clk_axi); in ipu_prg_probe()396 ret = clk_prepare_enable(prg->clk_axi); in ipu_prg_probe()436 clk_disable_unprepare(prg->clk_axi); in prg_suspend()451 ret = clk_prepare_enable(prg->clk_axi); in prg_resume()
95 struct clk *clk_axi; member323 pre->clk_axi = devm_clk_get(dev, "axi"); in ipu_pre_probe()324 if (IS_ERR(pre->clk_axi)) in ipu_pre_probe()325 return PTR_ERR(pre->clk_axi); in ipu_pre_probe()342 clk_prepare_enable(pre->clk_axi); in ipu_pre_probe()363 clk_disable_unprepare(pre->clk_axi); in ipu_pre_remove()
84 clk_prepare_enable(mxsfb->clk_axi); in mxsfb_enable_axi_clk()89 clk_disable_unprepare(mxsfb->clk_axi); in mxsfb_disable_axi_clk()233 mxsfb->clk_axi = devm_clk_get_optional(drm->dev, "axi"); in mxsfb_load()234 if (IS_ERR(mxsfb->clk_axi)) in mxsfb_load()235 return PTR_ERR(mxsfb->clk_axi); in mxsfb_load()
21 struct clk *clk_axi; member
34 struct clk *clk_axi; member