Lines Matching defs:mixer
50 const char *sti_mixer_to_str(struct sti_mixer *mixer) in sti_mixer_to_str()
62 static inline u32 sti_mixer_reg_read(struct sti_mixer *mixer, u32 reg_id) in sti_mixer_reg_read()
67 static inline void sti_mixer_reg_write(struct sti_mixer *mixer, in sti_mixer_reg_write()
73 void sti_mixer_set_background_status(struct sti_mixer *mixer, bool enable) in sti_mixer_set_background_status()
82 static void sti_mixer_set_background_color(struct sti_mixer *mixer, in sti_mixer_set_background_color()
90 static void sti_mixer_set_background_area(struct sti_mixer *mixer, in sti_mixer_set_background_area()
104 int sti_mixer_set_layer_depth(struct sti_mixer *mixer, struct sti_layer *layer) in sti_mixer_set_layer_depth()
157 int sti_mixer_active_video_area(struct sti_mixer *mixer, in sti_mixer_active_video_area()
204 int sti_mixer_set_layer_status(struct sti_mixer *mixer, in sti_mixer_set_layer_status()
226 void sti_mixer_clear_all_layers(struct sti_mixer *mixer) in sti_mixer_clear_all_layers()
235 void sti_mixer_set_matrix(struct sti_mixer *mixer) in sti_mixer_set_matrix()
247 struct sti_mixer *mixer = devm_kzalloc(dev, sizeof(*mixer), GFP_KERNEL); in sti_mixer_create() local