Lines Matching refs:fb_info

61  * drm_fb_helper_fill_info() to fill out the &fb_info.var structure.
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)
303 struct fb_info *info)
308 static inline int drm_fb_helper_set_par(struct fb_info *info)
314 struct fb_info *info)
325 static inline struct fb_info *
336 drm_fb_helper_fill_info(struct fb_info *info,
343 struct fb_info *info)
348 static inline int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd,
354 static inline void drm_fb_helper_deferred_io(struct fb_info *info,
364 static inline ssize_t drm_fb_helper_sys_read(struct fb_info *info,
371 static inline ssize_t drm_fb_helper_sys_write(struct fb_info *info,
378 static inline void drm_fb_helper_sys_fillrect(struct fb_info *info,
383 static inline void drm_fb_helper_sys_copyarea(struct fb_info *info,
388 static inline void drm_fb_helper_sys_imageblit(struct fb_info *info,
393 static inline void drm_fb_helper_cfb_fillrect(struct fb_info *info,
398 static inline void drm_fb_helper_cfb_copyarea(struct fb_info *info,
403 static inline void drm_fb_helper_cfb_imageblit(struct fb_info *info,
429 static inline int drm_fb_helper_debug_enter(struct fb_info *info)
434 static inline int drm_fb_helper_debug_leave(struct fb_info *info)