Home
last modified time | relevance | path

Searched refs:clk_axi (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/mxsfb/
A Dmxsfb_drv.c77 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()
A Dmxsfb_drv.h33 struct clk *clk_axi; member
/linux/drivers/gpu/ipu-v3/
A Dipu-pre.c94 struct clk *clk_axi; member
286 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()
A Dipu-prg.c74 struct clk *clk_ipg, *clk_axi; member
380 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()
/linux/arch/arm/boot/dts/
A Dstm32mp13xc.dtsi13 clocks = <&clk_axi>;
A Dstm32mp13xf.dtsi13 clocks = <&clk_axi>;
A Dstm32mp131.dtsi31 clk_axi: clk-axi { label

Completed in 10 milliseconds