Lines Matching defs:info
154 int drm_fb_helper_debug_enter(struct fb_info *info) in drm_fb_helper_debug_enter()
190 int drm_fb_helper_debug_leave(struct fb_info *info) in drm_fb_helper_debug_leave()
335 static void drm_fb_helper_dpms(struct fb_info *info, int dpms_mode) in drm_fb_helper_dpms()
349 int drm_fb_helper_blank(int blank, struct fb_info *info) in drm_fb_helper_blank()
526 struct fb_info *info; in drm_fb_helper_alloc_fbi() local
587 struct fb_info *info; in drm_fb_helper_fini() local
633 static void drm_fb_helper_dirty(struct fb_info *info, u32 x, u32 y, in drm_fb_helper_dirty()
661 void drm_fb_helper_deferred_io(struct fb_info *info, in drm_fb_helper_deferred_io()
695 ssize_t drm_fb_helper_sys_read(struct fb_info *info, char __user *buf, in drm_fb_helper_sys_read()
711 ssize_t drm_fb_helper_sys_write(struct fb_info *info, const char __user *buf, in drm_fb_helper_sys_write()
732 void drm_fb_helper_sys_fillrect(struct fb_info *info, in drm_fb_helper_sys_fillrect()
748 void drm_fb_helper_sys_copyarea(struct fb_info *info, in drm_fb_helper_sys_copyarea()
764 void drm_fb_helper_sys_imageblit(struct fb_info *info, in drm_fb_helper_sys_imageblit()
780 void drm_fb_helper_cfb_fillrect(struct fb_info *info, in drm_fb_helper_cfb_fillrect()
796 void drm_fb_helper_cfb_copyarea(struct fb_info *info, in drm_fb_helper_cfb_copyarea()
812 void drm_fb_helper_cfb_imageblit(struct fb_info *info, in drm_fb_helper_cfb_imageblit()
883 static int setcmap_pseudo_palette(struct fb_cmap *cmap, struct fb_info *info) in setcmap_pseudo_palette()
915 static int setcmap_legacy(struct fb_cmap *cmap, struct fb_info *info) in setcmap_legacy()
998 static int setcmap_atomic(struct fb_cmap *cmap, struct fb_info *info) in setcmap_atomic()
1086 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info) in drm_fb_helper_setcmap()
1128 int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd, in drm_fb_helper_ioctl()
1269 struct fb_info *info) in drm_fb_helper_check_var()
1342 int drm_fb_helper_set_par(struct fb_info *info) in drm_fb_helper_set_par()
1393 struct fb_info *info) in pan_display_atomic()
1411 struct fb_info *info) in pan_display_legacy()
1444 struct fb_info *info) in drm_fb_helper_pan_display()
1648 static void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch, in drm_fb_helper_fill_fix()
1665 static void drm_fb_helper_fill_var(struct fb_info *info, in drm_fb_helper_fill_var()
1701 void drm_fb_helper_fill_info(struct fb_info *info, in drm_fb_helper_fill_info()
1729 struct fb_info *info = fb_helper->fbdev; in drm_setup_crtcs_fb() local
1790 struct fb_info *info; in __drm_fb_helper_initial_config_and_unlock() local
1983 static int drm_fbdev_fb_open(struct fb_info *info, int user) in drm_fbdev_fb_open()
1994 static int drm_fbdev_fb_release(struct fb_info *info, int user) in drm_fbdev_fb_release()
2035 static void drm_fbdev_fb_destroy(struct fb_info *info) in drm_fbdev_fb_destroy()
2040 static int drm_fbdev_fb_mmap(struct fb_info *info, struct vm_area_struct *vma) in drm_fbdev_fb_mmap()