Lines Matching defs:sti_compositor
69 struct sti_compositor { struct
72 struct sti_compositor_data data; argument
73 struct clk *clk_compo_main;
74 struct clk *clk_compo_aux;
75 struct clk *clk_pix_main;
76 struct clk *clk_pix_aux;
77 struct reset_control *rst_main;
78 struct reset_control *rst_aux;
79 struct sti_mixer *mixer[STI_MAX_MIXER];
80 struct sti_vtg *vtg_main;
81 struct sti_vtg *vtg_aux;
82 struct sti_layer *layer[STI_MAX_LAYER];
83 int nb_mixers;
84 int nb_layers;
85 struct notifier_block vtg_vblank_nb;