/drivers/gpu/drm/sti/ |
D | sti_mixer.c | 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() 147 struct sti_mixer *mixer = (struct sti_mixer *)node->info_ent->data; in mixer_dbg_show() local 177 int sti_mixer_debugfs_init(struct sti_mixer *mixer, struct drm_minor *minor) in sti_mixer_debugfs_init() 204 void sti_mixer_set_background_status(struct sti_mixer *mixer, bool enable) in sti_mixer_set_background_status() 213 static void sti_mixer_set_background_color(struct sti_mixer *mixer, in sti_mixer_set_background_color() 219 static void sti_mixer_set_background_area(struct sti_mixer *mixer, in sti_mixer_set_background_area() 233 int sti_mixer_set_plane_depth(struct sti_mixer *mixer, struct sti_plane *plane) in sti_mixer_set_plane_depth() 288 int sti_mixer_active_video_area(struct sti_mixer *mixer, in sti_mixer_active_video_area() [all …]
|
D | sti_crtc.c | 26 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_atomic_enable() local 38 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_atomic_disable() local 48 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_mode_set() local 110 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_disable() local 143 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_atomic_flush() local 252 struct sti_mixer *mixer; in sti_crtc_vblank_cb() local 321 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_late_register() local 343 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_crtc_is_main() local 351 int sti_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer, in sti_crtc_init()
|
D | sti_compositor.h | 76 struct sti_mixer *mixer[STI_MAX_MIXER]; member
|
D | sti_gdp.c | 616 struct sti_mixer *mixer; in sti_gdp_atomic_check() local 729 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_gdp_atomic_update() local
|
D | sti_dvo.c | 284 struct sti_mixer *mixer = to_sti_mixer(dvo->encoder->crtc); in sti_dvo_set_mode() local
|
/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_mixer.c | 40 struct mdp5_hw_mixer *mixer = mdp5_kms->hwmixers[i]; in get_right_pair_idx() local 50 uint32_t caps, struct mdp5_hw_mixer **mixer, in mdp5_mixer_assign() 130 void mdp5_mixer_release(struct drm_atomic_state *s, struct mdp5_hw_mixer *mixer) in mdp5_mixer_release() 147 void mdp5_mixer_destroy(struct mdp5_hw_mixer *mixer) in mdp5_mixer_destroy() 158 struct mdp5_hw_mixer *mixer; in mdp5_mixer_init() local
|
D | mdp5_cmd_encoder.c | 54 struct mdp5_hw_mixer *mixer = mdp5_crtc_get_mixer(encoder->crtc); in pingpong_tearcheck_setup() local 98 struct mdp5_hw_mixer *mixer = mdp5_crtc_get_mixer(encoder->crtc); in pingpong_tearcheck_enable() local 124 struct mdp5_hw_mixer *mixer = mdp5_crtc_get_mixer(encoder->crtc); in pingpong_tearcheck_disable() local
|
D | mdp5_ctl.c | 179 struct mdp5_hw_mixer *mixer = pipeline->mixer; in mdp5_ctl_set_pipeline() local 234 struct mdp5_hw_mixer *mixer = pipeline->mixer; in refill_start_mask() local 288 struct mdp5_hw_mixer *mixer = pipeline->mixer; in mdp5_ctl_set_cursor() local 386 struct mdp5_hw_mixer *mixer = pipeline->mixer; in mdp5_ctl_blend() local
|
D | mdp5_kms.h | 120 struct mdp5_hw_mixer *mixer; member 232 static inline uint32_t intf2vblank(struct mdp5_hw_mixer *mixer, in intf2vblank() 257 static inline uint32_t lm2ppdone(struct mdp5_hw_mixer *mixer) in lm2ppdone()
|
D | mdp5_crtc.c | 108 struct mdp5_hw_mixer *mixer, *r_mixer; in crtc_flush_all() local 217 struct mdp5_hw_mixer *mixer = pipeline->mixer; in blend_setup() local 361 struct mdp5_hw_mixer *mixer = mdp5_cstate->pipeline.mixer; in mdp5_crtc_mode_set_nofb() local
|
D | mdp5_encoder.c | 218 struct mdp5_hw_mixer *mixer = mdp5_crtc_get_mixer(encoder->crtc); in mdp5_vid_encoder_disable() local
|
D | mdp5_kms.c | 813 struct mdp5_hw_mixer *mixer; in hwmixer_init() local
|
/drivers/gpu/drm/sun4i/ |
D | sun8i_mixer.c | 40 void sun8i_mixer_layer_enable(struct sun8i_mixer *mixer, in sun8i_mixer_layer_enable() 92 int sun8i_mixer_update_layer_coord(struct sun8i_mixer *mixer, in sun8i_mixer_update_layer_coord() 146 int sun8i_mixer_update_layer_formats(struct sun8i_mixer *mixer, in sun8i_mixer_update_layer_formats() 183 int sun8i_mixer_update_layer_buffer(struct sun8i_mixer *mixer, in sun8i_mixer_update_layer_buffer() 247 struct sun8i_mixer *mixer; in sun8i_mixer_bind() local 362 struct sun8i_mixer *mixer = dev_get_drvdata(dev); in sun8i_mixer_unbind() local
|
D | sun8i_layer.c | 33 struct sun8i_mixer *mixer = layer->mixer; in sun8i_mixer_layer_atomic_disable() local 42 struct sun8i_mixer *mixer = layer->mixer; in sun8i_mixer_layer_atomic_update() local 79 struct sun8i_mixer *mixer, in sun8i_layer_init_one() 110 struct sun8i_mixer *mixer = engine_to_sun8i_mixer(engine); in sun8i_layers_init() local
|
D | sun8i_layer.h | 24 struct sun8i_mixer *mixer; member
|
/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_kms.h | 112 static inline uint32_t mixercfg(uint32_t mixer_cfg, int mixer, in mixercfg()
|
D | mdp4_crtc.c | 34 int mixer; member 571 void mdp4_crtc_set_intf(struct drm_crtc *crtc, enum mdp4_intf intf, int mixer) in mdp4_crtc_set_intf()
|
/drivers/media/usb/au0828/ |
D | au0828-core.c | 232 struct media_entity *entity, *mixer = NULL, *decoder = NULL; in au0828_media_graph_notify() local
|
/drivers/gpu/drm/exynos/ |
D | exynos_mixer.c | 75 struct clk *mixer; member
|
/drivers/media/pci/ttpci/ |
D | av7110.h | 249 struct audio_mixer mixer; member
|
/drivers/media/dvb-frontends/drx39xyj/ |
D | drx_driver.h | 1684 struct drx_cfg_aud_mixer mixer; member
|