Home
last modified time | relevance | path

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

/drivers/gpu/drm/sti/
Dsti_compositor.c213 compo->clk_compo_aux = devm_clk_get(dev, "compo_aux"); in sti_compositor_probe()
214 if (IS_ERR(compo->clk_compo_aux)) { in sti_compositor_probe()
216 return PTR_ERR(compo->clk_compo_aux); in sti_compositor_probe()
Dsti_compositor.h75 struct clk *clk_compo_aux; member
Dsti_drm_crtc.c37 if (clk_prepare_enable(compo->clk_compo_aux)) in sti_drm_crtc_prepare()
232 clk_disable_unprepare(compo->clk_compo_aux); in sti_drm_crtc_disable()