Lines Matching defs:plane
37 static int omap_plane_prepare_fb(struct drm_plane *plane, in omap_plane_prepare_fb()
46 static void omap_plane_cleanup_fb(struct drm_plane *plane, in omap_plane_cleanup_fb()
53 static void omap_plane_atomic_update(struct drm_plane *plane, in omap_plane_atomic_update()
93 static void omap_plane_atomic_disable(struct drm_plane *plane, in omap_plane_atomic_disable()
106 static int omap_plane_atomic_check(struct drm_plane *plane, in omap_plane_atomic_check()
150 static void omap_plane_destroy(struct drm_plane *plane) in omap_plane_destroy()
162 void omap_plane_install_properties(struct drm_plane *plane, in omap_plane_install_properties()
185 static void omap_plane_reset(struct drm_plane *plane) in omap_plane_reset()
201 static int omap_plane_atomic_set_property(struct drm_plane *plane, in omap_plane_atomic_set_property()
216 static int omap_plane_atomic_get_property(struct drm_plane *plane, in omap_plane_atomic_get_property()
263 struct drm_plane *plane; in omap_plane_init() local