Searched refs:clk_axi (Results 1 – 4 of 4) sorted by relevance
78 if (mxsfb->clk_axi) in mxsfb_enable_axi_clk()79 clk_prepare_enable(mxsfb->clk_axi); in mxsfb_enable_axi_clk()84 if (mxsfb->clk_axi) in mxsfb_disable_axi_clk()85 clk_disable_unprepare(mxsfb->clk_axi); in mxsfb_disable_axi_clk()181 mxsfb->clk_axi = devm_clk_get(drm->dev, "axi"); in mxsfb_load()182 if (IS_ERR(mxsfb->clk_axi)) in mxsfb_load()183 mxsfb->clk_axi = NULL; in mxsfb_load()
33 struct clk *clk_axi; member
94 struct clk *clk_axi; member286 pre->clk_axi = devm_clk_get(dev, "axi"); in ipu_pre_probe()287 if (IS_ERR(pre->clk_axi)) in ipu_pre_probe()288 return PTR_ERR(pre->clk_axi); in ipu_pre_probe()305 clk_prepare_enable(pre->clk_axi); in ipu_pre_probe()326 clk_disable_unprepare(pre->clk_axi); in ipu_pre_remove()
74 struct clk *clk_ipg, *clk_axi; member380 prg->clk_axi = devm_clk_get(dev, "axi"); in ipu_prg_probe()381 if (IS_ERR(prg->clk_axi)) in ipu_prg_probe()382 return PTR_ERR(prg->clk_axi); in ipu_prg_probe()399 ret = clk_prepare_enable(prg->clk_axi); in ipu_prg_probe()441 clk_disable_unprepare(prg->clk_axi); in prg_suspend()456 ret = clk_prepare_enable(prg->clk_axi); in prg_resume()