Lines Matching refs:info
150 struct fb_info *info; member
250 int drm_fb_helper_blank(int blank, struct fb_info *info);
252 struct fb_info *info);
253 int drm_fb_helper_set_par(struct fb_info *info);
255 struct fb_info *info);
262 void drm_fb_helper_fill_info(struct fb_info *info,
266 void drm_fb_helper_damage_range(struct fb_info *info, off_t off, size_t len);
267 void drm_fb_helper_damage_area(struct fb_info *info, u32 x, u32 y, u32 width, u32 height);
270 void drm_fb_helper_deferred_io(struct fb_info *info, struct list_head *pagereflist);
277 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
279 int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd,
284 int drm_fb_helper_debug_enter(struct fb_info *info);
285 int drm_fb_helper_debug_leave(struct fb_info *info);
315 static inline int drm_fb_helper_blank(int blank, struct fb_info *info) in drm_fb_helper_blank() argument
321 struct fb_info *info) in drm_fb_helper_pan_display() argument
326 static inline int drm_fb_helper_set_par(struct fb_info *info) in drm_fb_helper_set_par() argument
332 struct fb_info *info) in drm_fb_helper_check_var() argument
358 drm_fb_helper_fill_info(struct fb_info *info, in drm_fb_helper_fill_info() argument
365 struct fb_info *info) in drm_fb_helper_setcmap() argument
370 static inline int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd, in drm_fb_helper_ioctl() argument
377 static inline void drm_fb_helper_deferred_io(struct fb_info *info, in drm_fb_helper_deferred_io() argument
403 static inline int drm_fb_helper_debug_enter(struct fb_info *info) in drm_fb_helper_debug_enter() argument
408 static inline int drm_fb_helper_debug_leave(struct fb_info *info) in drm_fb_helper_debug_leave() argument