Lines Matching refs:fb_info
132 struct fb_info *fbdev;
219 int drm_fb_helper_blank(int blank, struct fb_info *info);
221 struct fb_info *info);
222 int drm_fb_helper_set_par(struct fb_info *info);
224 struct fb_info *info);
228 struct fb_info *drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper);
230 void drm_fb_helper_fill_info(struct fb_info *info,
236 void drm_fb_helper_deferred_io(struct fb_info *info,
240 ssize_t drm_fb_helper_sys_read(struct fb_info *info, char __user *buf,
242 ssize_t drm_fb_helper_sys_write(struct fb_info *info, const char __user *buf,
245 void drm_fb_helper_sys_fillrect(struct fb_info *info,
247 void drm_fb_helper_sys_copyarea(struct fb_info *info,
249 void drm_fb_helper_sys_imageblit(struct fb_info *info,
252 void drm_fb_helper_cfb_fillrect(struct fb_info *info,
254 void drm_fb_helper_cfb_copyarea(struct fb_info *info,
256 void drm_fb_helper_cfb_imageblit(struct fb_info *info,
263 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
265 int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd,
270 int drm_fb_helper_debug_enter(struct fb_info *info);
271 int drm_fb_helper_debug_leave(struct fb_info *info);
310 static inline int drm_fb_helper_blank(int blank, struct fb_info *info) in drm_fb_helper_blank()
316 struct fb_info *info) in drm_fb_helper_pan_display()
321 static inline int drm_fb_helper_set_par(struct fb_info *info) in drm_fb_helper_set_par()
327 struct fb_info *info) in drm_fb_helper_check_var()
338 static inline struct fb_info *
349 drm_fb_helper_fill_info(struct fb_info *info, in drm_fb_helper_fill_info()
356 struct fb_info *info) in drm_fb_helper_setcmap()
361 static inline int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd, in drm_fb_helper_ioctl()
371 static inline void drm_fb_helper_deferred_io(struct fb_info *info, in drm_fb_helper_deferred_io()
381 static inline ssize_t drm_fb_helper_sys_read(struct fb_info *info, in drm_fb_helper_sys_read()
388 static inline ssize_t drm_fb_helper_sys_write(struct fb_info *info, in drm_fb_helper_sys_write()
395 static inline void drm_fb_helper_sys_fillrect(struct fb_info *info, in drm_fb_helper_sys_fillrect()
400 static inline void drm_fb_helper_sys_copyarea(struct fb_info *info, in drm_fb_helper_sys_copyarea()
405 static inline void drm_fb_helper_sys_imageblit(struct fb_info *info, in drm_fb_helper_sys_imageblit()
410 static inline void drm_fb_helper_cfb_fillrect(struct fb_info *info, in drm_fb_helper_cfb_fillrect()
415 static inline void drm_fb_helper_cfb_copyarea(struct fb_info *info, in drm_fb_helper_cfb_copyarea()
420 static inline void drm_fb_helper_cfb_imageblit(struct fb_info *info, in drm_fb_helper_cfb_imageblit()
446 static inline int drm_fb_helper_debug_enter(struct fb_info *info) in drm_fb_helper_debug_enter()
451 static inline int drm_fb_helper_debug_leave(struct fb_info *info) in drm_fb_helper_debug_leave()