Searched refs:to_sti_mixer (Results 1 – 3 of 3) sorted by relevance
26 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_prepare()44 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_commit()79 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_mode_set()153 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_mode_set_base()193 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_disable()256 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_page_flip()394 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_crtc_is_main()
33 struct sti_mixer *mixer = to_sti_mixer(crtc); in sti_drm_update_plane()83 mixer = to_sti_mixer(plane->crtc); in sti_drm_disable_plane()
16 #define to_sti_mixer(x) container_of(x, struct sti_mixer, drm_crtc) macro