Lines Matching defs:plane
85 static int omap_plane_update_pin(struct drm_plane *plane, in omap_plane_update_pin()
123 struct drm_plane *plane = &omap_plane->base; in omap_plane_pre_apply() local
169 struct drm_plane *plane = &omap_plane->base; in omap_plane_post_apply() local
182 static int omap_plane_apply(struct drm_plane *plane) in omap_plane_apply()
191 int omap_plane_mode_set(struct drm_plane *plane, in omap_plane_mode_set()
225 static int omap_plane_update(struct drm_plane *plane, in omap_plane_update()
257 static int omap_plane_disable(struct drm_plane *plane) in omap_plane_disable()
268 static void omap_plane_destroy(struct drm_plane *plane) in omap_plane_destroy()
283 int omap_plane_set_enable(struct drm_plane *plane, bool enable) in omap_plane_set_enable()
295 void omap_plane_install_properties(struct drm_plane *plane, in omap_plane_install_properties()
329 int omap_plane_set_property(struct drm_plane *plane, in omap_plane_set_property()
383 struct drm_plane *plane; in omap_plane_init() local