clk_compo_main    214 drivers/gpu/drm/sti/sti_compositor.c 	compo->clk_compo_main = devm_clk_get(dev, "compo_main");
clk_compo_main    215 drivers/gpu/drm/sti/sti_compositor.c 	if (IS_ERR(compo->clk_compo_main)) {
clk_compo_main    217 drivers/gpu/drm/sti/sti_compositor.c 		return PTR_ERR(compo->clk_compo_main);
clk_compo_main     70 drivers/gpu/drm/sti/sti_compositor.h 	struct clk *clk_compo_main;
clk_compo_main     64 drivers/gpu/drm/sti/sti_crtc.c 		compo_clk = compo->clk_compo_main;
clk_compo_main    120 drivers/gpu/drm/sti/sti_crtc.c 		clk_disable_unprepare(compo->clk_compo_main);