Symbol: sti_mixer
drivers/gpu/drm/sti/sti_compositor.h
76
struct sti_mixer *mixer[STI_MAX_MIXER];
drivers/gpu/drm/sti/sti_crtc.c
105
struct sti_mixer *mixer = to_sti_mixer(crtc);
drivers/gpu/drm/sti/sti_crtc.c
138
struct sti_mixer *mixer = to_sti_mixer(crtc);
drivers/gpu/drm/sti/sti_crtc.c
247
struct sti_mixer *mixer;
drivers/gpu/drm/sti/sti_crtc.c
27
struct sti_mixer *mixer = to_sti_mixer(crtc);
drivers/gpu/drm/sti/sti_crtc.c
317
struct sti_mixer *mixer = to_sti_mixer(crtc);
drivers/gpu/drm/sti/sti_crtc.c
341
struct sti_mixer *mixer = to_sti_mixer(crtc);
drivers/gpu/drm/sti/sti_crtc.c
349
int sti_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer,
drivers/gpu/drm/sti/sti_crtc.c
39
struct sti_mixer *mixer = to_sti_mixer(crtc);
drivers/gpu/drm/sti/sti_crtc.c
51
struct sti_mixer *mixer = to_sti_mixer(crtc);
drivers/gpu/drm/sti/sti_crtc.h
14
struct sti_mixer;
drivers/gpu/drm/sti/sti_crtc.h
16
int sti_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer,
drivers/gpu/drm/sti/sti_dvo.c
285
struct sti_mixer *mixer = to_sti_mixer(dvo->encoder->crtc);
drivers/gpu/drm/sti/sti_gdp.c
630
struct sti_mixer *mixer;
drivers/gpu/drm/sti/sti_gdp.c
751
struct sti_mixer *mixer = to_sti_mixer(crtc);
drivers/gpu/drm/sti/sti_mixer.c
151
struct sti_mixer *mixer = (struct sti_mixer *)node->info_ent->data;
drivers/gpu/drm/sti/sti_mixer.c
181
void sti_mixer_debugfs_init(struct sti_mixer *mixer, struct drm_minor *minor)
drivers/gpu/drm/sti/sti_mixer.c
208
void sti_mixer_set_background_status(struct sti_mixer *mixer, bool enable)
drivers/gpu/drm/sti/sti_mixer.c
217
static void sti_mixer_set_background_color(struct sti_mixer *mixer,
drivers/gpu/drm/sti/sti_mixer.c
223
static void sti_mixer_set_background_area(struct sti_mixer *mixer,
drivers/gpu/drm/sti/sti_mixer.c
237
int sti_mixer_set_plane_depth(struct sti_mixer *mixer, struct sti_plane *plane)
drivers/gpu/drm/sti/sti_mixer.c
292
int sti_mixer_active_video_area(struct sti_mixer *mixer,
drivers/gpu/drm/sti/sti_mixer.c
336
int sti_mixer_set_plane_status(struct sti_mixer *mixer,
drivers/gpu/drm/sti/sti_mixer.c
358
struct sti_mixer *sti_mixer_create(struct device *dev,
drivers/gpu/drm/sti/sti_mixer.c
363
struct sti_mixer *mixer = devm_kzalloc(dev, sizeof(*mixer), GFP_KERNEL);
drivers/gpu/drm/sti/sti_mixer.c
54
const char *sti_mixer_to_str(struct sti_mixer *mixer)
drivers/gpu/drm/sti/sti_mixer.c
66
static inline u32 sti_mixer_reg_read(struct sti_mixer *mixer, u32 reg_id)
drivers/gpu/drm/sti/sti_mixer.c
71
static inline void sti_mixer_reg_write(struct sti_mixer *mixer,
drivers/gpu/drm/sti/sti_mixer.h
21
#define to_sti_mixer(x) container_of(x, struct sti_mixer, drm_crtc)
drivers/gpu/drm/sti/sti_mixer.h
46
const char *sti_mixer_to_str(struct sti_mixer *mixer);
drivers/gpu/drm/sti/sti_mixer.h
48
struct sti_mixer *sti_mixer_create(struct device *dev,
drivers/gpu/drm/sti/sti_mixer.h
53
int sti_mixer_set_plane_status(struct sti_mixer *mixer,
drivers/gpu/drm/sti/sti_mixer.h
55
int sti_mixer_set_plane_depth(struct sti_mixer *mixer, struct sti_plane *plane);
drivers/gpu/drm/sti/sti_mixer.h
56
int sti_mixer_active_video_area(struct sti_mixer *mixer,
drivers/gpu/drm/sti/sti_mixer.h
59
void sti_mixer_set_background_status(struct sti_mixer *mixer, bool enable);
drivers/gpu/drm/sti/sti_mixer.h
61
void sti_mixer_debugfs_init(struct sti_mixer *mixer, struct drm_minor *minor);