Searched refs:clk_axi (Results 1 – 7 of 7) sorted by relevance
77 if (mxsfb->clk_axi) in mxsfb_enable_axi_clk()78 clk_prepare_enable(mxsfb->clk_axi); in mxsfb_enable_axi_clk()83 if (mxsfb->clk_axi) in mxsfb_disable_axi_clk()84 clk_disable_unprepare(mxsfb->clk_axi); in mxsfb_disable_axi_clk()227 mxsfb->clk_axi = devm_clk_get(drm->dev, "axi"); in mxsfb_load()228 if (IS_ERR(mxsfb->clk_axi)) in mxsfb_load()229 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()
13 clocks = <&clk_axi>;
31 clk_axi: clk-axi { label
Completed in 10 milliseconds