clk_compo_aux     220 drivers/gpu/drm/sti/sti_compositor.c 	compo->clk_compo_aux = devm_clk_get(dev, "compo_aux");
clk_compo_aux     221 drivers/gpu/drm/sti/sti_compositor.c 	if (IS_ERR(compo->clk_compo_aux)) {
clk_compo_aux     223 drivers/gpu/drm/sti/sti_compositor.c 		return PTR_ERR(compo->clk_compo_aux);
clk_compo_aux      71 drivers/gpu/drm/sti/sti_compositor.h 	struct clk *clk_compo_aux;
clk_compo_aux      67 drivers/gpu/drm/sti/sti_crtc.c 		compo_clk = compo->clk_compo_aux;
clk_compo_aux     123 drivers/gpu/drm/sti/sti_crtc.c 		clk_disable_unprepare(compo->clk_compo_aux);