Lines Matching defs:mixer
55 const char *sti_mixer_to_str(struct sti_mixer *mixer) in sti_mixer_to_str()
67 static inline u32 sti_mixer_reg_read(struct sti_mixer *mixer, u32 reg_id) in sti_mixer_reg_read()
72 static inline void sti_mixer_reg_write(struct sti_mixer *mixer, in sti_mixer_reg_write()
78 void sti_mixer_set_background_status(struct sti_mixer *mixer, bool enable) in sti_mixer_set_background_status()
87 static void sti_mixer_set_background_color(struct sti_mixer *mixer, in sti_mixer_set_background_color()
93 static void sti_mixer_set_background_area(struct sti_mixer *mixer, in sti_mixer_set_background_area()
107 int sti_mixer_set_plane_depth(struct sti_mixer *mixer, struct sti_plane *plane) in sti_mixer_set_plane_depth()
165 int sti_mixer_active_video_area(struct sti_mixer *mixer, in sti_mixer_active_video_area()
209 int sti_mixer_set_plane_status(struct sti_mixer *mixer, in sti_mixer_set_plane_status()
231 void sti_mixer_set_matrix(struct sti_mixer *mixer) in sti_mixer_set_matrix()
243 struct sti_mixer *mixer = devm_kzalloc(dev, sizeof(*mixer), GFP_KERNEL); in sti_mixer_create() local