Lines Matching refs:fb_info
55 * drm_fb_helper_fill_info() to fill out the &fb_info.var structure.
140 struct fb_info *info;
240 int drm_fb_helper_blank(int blank, struct fb_info *info);
242 struct fb_info *info);
243 int drm_fb_helper_set_par(struct fb_info *info);
245 struct fb_info *info);
249 struct fb_info *drm_fb_helper_alloc_info(struct drm_fb_helper *fb_helper);
252 void drm_fb_helper_fill_info(struct fb_info *info,
256 void drm_fb_helper_damage_range(struct fb_info *info, off_t off, size_t len);
257 void drm_fb_helper_damage_area(struct fb_info *info, u32 x, u32 y, u32 width, u32 height);
259 void drm_fb_helper_deferred_io(struct fb_info *info, struct list_head *pagereflist);
265 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
267 int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd,
272 int drm_fb_helper_debug_enter(struct fb_info *info);
273 int drm_fb_helper_debug_leave(struct fb_info *info);
305 static inline int drm_fb_helper_blank(int blank, struct fb_info *info)
311 struct fb_info *info)
316 static inline int drm_fb_helper_set_par(struct fb_info *info)
322 struct fb_info *info)
333 static inline struct fb_info *
348 drm_fb_helper_fill_info(struct fb_info *info,
355 struct fb_info *info)
360 static inline int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd,
366 static inline void drm_fb_helper_deferred_io(struct fb_info *info,
391 static inline int drm_fb_helper_debug_enter(struct fb_info *info)
396 static inline int drm_fb_helper_debug_leave(struct fb_info *info)