Lines Matching refs:drm_framebuffer

78 				     const struct drm_framebuffer *fb)  in drm_framebuffer_check_src_coords()
269 struct drm_framebuffer *
275 struct drm_framebuffer *fb; in drm_internal_framebuffer_create()
333 struct drm_framebuffer *fb; in drm_mode_addfb2()
387 struct drm_framebuffer *fb = in drm_mode_rmfb_work_fn()
398 static int drm_mode_closefb(struct drm_framebuffer *fb, in drm_mode_closefb()
401 struct drm_framebuffer *fbl; in drm_mode_closefb()
439 struct drm_framebuffer *fb; in drm_mode_rmfb()
489 struct drm_framebuffer *fb; in drm_mode_closefb_ioctl()
524 struct drm_framebuffer *fb; in drm_mode_getfb()
586 struct drm_framebuffer *fb; in drm_mode_getfb2_ioctl()
716 struct drm_framebuffer *fb; in drm_mode_dirtyfb_ioctl()
791 struct drm_framebuffer *fb, *tfb; in drm_fb_release()
828 struct drm_framebuffer *fb = in drm_framebuffer_free()
829 container_of(kref, struct drm_framebuffer, base.refcount); in drm_framebuffer_free()
862 int drm_framebuffer_init(struct drm_device *dev, struct drm_framebuffer *fb, in drm_framebuffer_init()
901 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev, in drm_framebuffer_lookup()
906 struct drm_framebuffer *fb = NULL; in drm_framebuffer_lookup()
929 void drm_framebuffer_unregister_private(struct drm_framebuffer *fb) in drm_framebuffer_unregister_private()
960 void drm_framebuffer_cleanup(struct drm_framebuffer *fb) in drm_framebuffer_cleanup()
971 static int atomic_remove_fb(struct drm_framebuffer *fb) in atomic_remove_fb()
1075 static void legacy_remove_fb(struct drm_framebuffer *fb) in legacy_remove_fb()
1118 void drm_framebuffer_remove(struct drm_framebuffer *fb) in drm_framebuffer_remove()
1158 const struct drm_framebuffer *fb) in drm_framebuffer_print_info()
1189 struct drm_framebuffer *fb; in drm_framebuffer_info()