Home
last modified time | relevance | path

Searched refs:clk_compo_main (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H A Dsti_compositor.c212 compo->clk_compo_main = devm_clk_get(dev, "compo_main"); in sti_compositor_probe()
213 if (IS_ERR(compo->clk_compo_main)) { in sti_compositor_probe()
215 return PTR_ERR(compo->clk_compo_main); in sti_compositor_probe()
H A Dsti_compositor.h55 * @clk_compo_main: clock for main compo
70 struct clk *clk_compo_main; member
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H A Dsti_compositor.c211 compo->clk_compo_main = devm_clk_get(dev, "compo_main"); in sti_compositor_probe()
212 if (IS_ERR(compo->clk_compo_main)) { in sti_compositor_probe()
214 return PTR_ERR(compo->clk_compo_main); in sti_compositor_probe()
H A Dsti_compositor.h55 * @clk_compo_main: clock for main compo
70 struct clk *clk_compo_main; member
H A Dsti_crtc.c63 compo_clk = compo->clk_compo_main; in sti_crtc_mode_set()
119 clk_disable_unprepare(compo->clk_compo_main); in sti_crtc_disable()

Completed in 3 milliseconds