Lines Matching refs:fb_info

132 	struct fb_info *fbdev;
218 int drm_fb_helper_blank(int blank, struct fb_info *info);
220 struct fb_info *info);
221 int drm_fb_helper_set_par(struct fb_info *info);
223 struct fb_info *info);
227 struct fb_info *drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper);
229 void drm_fb_helper_fill_info(struct fb_info *info,
233 void drm_fb_helper_deferred_io(struct fb_info *info, struct list_head *pagereflist);
235 ssize_t drm_fb_helper_sys_read(struct fb_info *info, char __user *buf,
237 ssize_t drm_fb_helper_sys_write(struct fb_info *info, const char __user *buf,
240 void drm_fb_helper_sys_fillrect(struct fb_info *info,
242 void drm_fb_helper_sys_copyarea(struct fb_info *info,
244 void drm_fb_helper_sys_imageblit(struct fb_info *info,
247 void drm_fb_helper_cfb_fillrect(struct fb_info *info,
249 void drm_fb_helper_cfb_copyarea(struct fb_info *info,
251 void drm_fb_helper_cfb_imageblit(struct fb_info *info,
258 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
260 int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd,
265 int drm_fb_helper_debug_enter(struct fb_info *info);
266 int drm_fb_helper_debug_leave(struct fb_info *info);
296 static inline int drm_fb_helper_blank(int blank, struct fb_info *info) in drm_fb_helper_blank()
302 struct fb_info *info) in drm_fb_helper_pan_display()
307 static inline int drm_fb_helper_set_par(struct fb_info *info) in drm_fb_helper_set_par()
313 struct fb_info *info) in drm_fb_helper_check_var()
324 static inline struct fb_info *
335 drm_fb_helper_fill_info(struct fb_info *info, in drm_fb_helper_fill_info()
342 struct fb_info *info) in drm_fb_helper_setcmap()
347 static inline int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd, in drm_fb_helper_ioctl()
353 static inline void drm_fb_helper_deferred_io(struct fb_info *info, in drm_fb_helper_deferred_io()
363 static inline ssize_t drm_fb_helper_sys_read(struct fb_info *info, in drm_fb_helper_sys_read()
370 static inline ssize_t drm_fb_helper_sys_write(struct fb_info *info, in drm_fb_helper_sys_write()
377 static inline void drm_fb_helper_sys_fillrect(struct fb_info *info, in drm_fb_helper_sys_fillrect()
382 static inline void drm_fb_helper_sys_copyarea(struct fb_info *info, in drm_fb_helper_sys_copyarea()
387 static inline void drm_fb_helper_sys_imageblit(struct fb_info *info, in drm_fb_helper_sys_imageblit()
392 static inline void drm_fb_helper_cfb_fillrect(struct fb_info *info, in drm_fb_helper_cfb_fillrect()
397 static inline void drm_fb_helper_cfb_copyarea(struct fb_info *info, in drm_fb_helper_cfb_copyarea()
402 static inline void drm_fb_helper_cfb_imageblit(struct fb_info *info, in drm_fb_helper_cfb_imageblit()
428 static inline int drm_fb_helper_debug_enter(struct fb_info *info) in drm_fb_helper_debug_enter()
433 static inline int drm_fb_helper_debug_leave(struct fb_info *info) in drm_fb_helper_debug_leave()