Home
last modified time | relevance | path

Searched refs:clk_compo_main (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/sti/
Dsti_compositor.c207 compo->clk_compo_main = devm_clk_get(dev, "compo_main"); in sti_compositor_probe()
208 if (IS_ERR(compo->clk_compo_main)) { in sti_compositor_probe()
210 return PTR_ERR(compo->clk_compo_main); in sti_compositor_probe()
Dsti_compositor.h74 struct clk *clk_compo_main; member
Dsti_drm_crtc.c34 if (clk_prepare_enable(compo->clk_compo_main)) in sti_drm_crtc_prepare()
229 clk_disable_unprepare(compo->clk_compo_main); in sti_drm_crtc_disable()