Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/sti/
Dsti_compositor.c210 compo->clk_compo_main = devm_clk_get(dev, "compo_main"); in sti_compositor_probe()
211 if (IS_ERR(compo->clk_compo_main)) { in sti_compositor_probe()
213 return PTR_ERR(compo->clk_compo_main); in sti_compositor_probe()
Dsti_compositor.h70 struct clk *clk_compo_main; member
Dsti_crtc.c64 compo_clk = compo->clk_compo_main; in sti_crtc_mode_set()
120 clk_disable_unprepare(compo->clk_compo_main); in sti_crtc_disable()