• Home
  • Raw
  • Download

Lines Matching refs:fb_info

193 	struct fb_info *fbdev;
280 int drm_fb_helper_blank(int blank, struct fb_info *info);
282 struct fb_info *info);
283 int drm_fb_helper_set_par(struct fb_info *info);
285 struct fb_info *info);
289 struct fb_info *drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper);
291 void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper,
293 void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch,
298 void drm_fb_helper_deferred_io(struct fb_info *info,
302 ssize_t drm_fb_helper_sys_read(struct fb_info *info, char __user *buf,
304 ssize_t drm_fb_helper_sys_write(struct fb_info *info, const char __user *buf,
307 void drm_fb_helper_sys_fillrect(struct fb_info *info,
309 void drm_fb_helper_sys_copyarea(struct fb_info *info,
311 void drm_fb_helper_sys_imageblit(struct fb_info *info,
314 void drm_fb_helper_cfb_fillrect(struct fb_info *info,
316 void drm_fb_helper_cfb_copyarea(struct fb_info *info,
318 void drm_fb_helper_cfb_imageblit(struct fb_info *info,
325 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
327 int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd,
333 int drm_fb_helper_debug_enter(struct fb_info *info);
334 int drm_fb_helper_debug_leave(struct fb_info *info);
382 static inline int drm_fb_helper_blank(int blank, struct fb_info *info) in drm_fb_helper_blank()
388 struct fb_info *info) in drm_fb_helper_pan_display()
393 static inline int drm_fb_helper_set_par(struct fb_info *info) in drm_fb_helper_set_par()
399 struct fb_info *info) in drm_fb_helper_check_var()
410 static inline struct fb_info *
420 static inline void drm_fb_helper_fill_var(struct fb_info *info, in drm_fb_helper_fill_var()
426 static inline void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch, in drm_fb_helper_fill_fix()
432 struct fb_info *info) in drm_fb_helper_setcmap()
437 static inline int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd, in drm_fb_helper_ioctl()
447 static inline void drm_fb_helper_deferred_io(struct fb_info *info, in drm_fb_helper_deferred_io()
457 static inline ssize_t drm_fb_helper_sys_read(struct fb_info *info, in drm_fb_helper_sys_read()
464 static inline ssize_t drm_fb_helper_sys_write(struct fb_info *info, in drm_fb_helper_sys_write()
471 static inline void drm_fb_helper_sys_fillrect(struct fb_info *info, in drm_fb_helper_sys_fillrect()
476 static inline void drm_fb_helper_sys_copyarea(struct fb_info *info, in drm_fb_helper_sys_copyarea()
481 static inline void drm_fb_helper_sys_imageblit(struct fb_info *info, in drm_fb_helper_sys_imageblit()
486 static inline void drm_fb_helper_cfb_fillrect(struct fb_info *info, in drm_fb_helper_cfb_fillrect()
491 static inline void drm_fb_helper_cfb_copyarea(struct fb_info *info, in drm_fb_helper_cfb_copyarea()
496 static inline void drm_fb_helper_cfb_imageblit(struct fb_info *info, in drm_fb_helper_cfb_imageblit()
528 static inline int drm_fb_helper_debug_enter(struct fb_info *info) in drm_fb_helper_debug_enter()
533 static inline int drm_fb_helper_debug_leave(struct fb_info *info) in drm_fb_helper_debug_leave()