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

/linux-master/drivers/gpu/drm/sti/
H A Dsti_compositor.h55 * @clk_compo_main: clock for main compo
70 struct clk *clk_compo_main; member in struct:sti_compositor
H A Dsti_compositor.c211 compo->clk_compo_main = devm_clk_get(dev, "compo_main");
212 if (IS_ERR(compo->clk_compo_main)) {
214 return PTR_ERR(compo->clk_compo_main);
H A Dsti_crtc.c63 compo_clk = compo->clk_compo_main;
119 clk_disable_unprepare(compo->clk_compo_main);

Completed in 105 milliseconds