Lines Matching defs:plane
26 static int omap_plane_prepare_fb(struct drm_plane *plane, in omap_plane_prepare_fb()
35 static void omap_plane_cleanup_fb(struct drm_plane *plane, in omap_plane_cleanup_fb()
42 static void omap_plane_atomic_update(struct drm_plane *plane, in omap_plane_atomic_update()
86 static void omap_plane_atomic_disable(struct drm_plane *plane, in omap_plane_atomic_disable()
99 static int omap_plane_atomic_check(struct drm_plane *plane, in omap_plane_atomic_check()
143 static void omap_plane_destroy(struct drm_plane *plane) in omap_plane_destroy()
155 void omap_plane_install_properties(struct drm_plane *plane, in omap_plane_install_properties()
178 static void omap_plane_reset(struct drm_plane *plane) in omap_plane_reset()
194 static int omap_plane_atomic_set_property(struct drm_plane *plane, in omap_plane_atomic_set_property()
209 static int omap_plane_atomic_get_property(struct drm_plane *plane, in omap_plane_atomic_get_property()
256 struct drm_plane *plane; in omap_plane_init() local