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,
236 ssize_t drm_fb_helper_sys_read(struct fb_info *info, char __user *buf,
238 ssize_t drm_fb_helper_sys_write(struct fb_info *info, const char __user *buf,
241 void drm_fb_helper_sys_fillrect(struct fb_info *info,
243 void drm_fb_helper_sys_copyarea(struct fb_info *info,
245 void drm_fb_helper_sys_imageblit(struct fb_info *info,
248 void drm_fb_helper_cfb_fillrect(struct fb_info *info,
250 void drm_fb_helper_cfb_copyarea(struct fb_info *info,
252 void drm_fb_helper_cfb_imageblit(struct fb_info *info,
259 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
261 int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd,
266 int drm_fb_helper_debug_enter(struct fb_info *info);
267 int drm_fb_helper_debug_leave(struct fb_info *info);
297 static inline int drm_fb_helper_blank(int blank, struct fb_info *info) in drm_fb_helper_blank()
303 struct fb_info *info) in drm_fb_helper_pan_display()
308 static inline int drm_fb_helper_set_par(struct fb_info *info) in drm_fb_helper_set_par()
314 struct fb_info *info) in drm_fb_helper_check_var()
325 static inline struct fb_info *
336 drm_fb_helper_fill_info(struct fb_info *info, in drm_fb_helper_fill_info()
343 struct fb_info *info) in drm_fb_helper_setcmap()
348 static inline int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd, in drm_fb_helper_ioctl()
354 static inline void drm_fb_helper_deferred_io(struct fb_info *info, in drm_fb_helper_deferred_io()
364 static inline ssize_t drm_fb_helper_sys_read(struct fb_info *info, in drm_fb_helper_sys_read()
371 static inline ssize_t drm_fb_helper_sys_write(struct fb_info *info, in drm_fb_helper_sys_write()
378 static inline void drm_fb_helper_sys_fillrect(struct fb_info *info, in drm_fb_helper_sys_fillrect()
383 static inline void drm_fb_helper_sys_copyarea(struct fb_info *info, in drm_fb_helper_sys_copyarea()
388 static inline void drm_fb_helper_sys_imageblit(struct fb_info *info, in drm_fb_helper_sys_imageblit()
393 static inline void drm_fb_helper_cfb_fillrect(struct fb_info *info, in drm_fb_helper_cfb_fillrect()
398 static inline void drm_fb_helper_cfb_copyarea(struct fb_info *info, in drm_fb_helper_cfb_copyarea()
403 static inline void drm_fb_helper_cfb_imageblit(struct fb_info *info, in drm_fb_helper_cfb_imageblit()
429 static inline int drm_fb_helper_debug_enter(struct fb_info *info) in drm_fb_helper_debug_enter()
434 static inline int drm_fb_helper_debug_leave(struct fb_info *info) in drm_fb_helper_debug_leave()