Lines Matching refs:fb_info
130 struct fb_info *fbdev;
157 int drm_fb_helper_blank(int blank, struct fb_info *info);
159 struct fb_info *info);
160 int drm_fb_helper_set_par(struct fb_info *info);
162 struct fb_info *info);
166 struct fb_info *drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper);
169 void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper,
171 void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch,
176 ssize_t drm_fb_helper_sys_read(struct fb_info *info, char __user *buf,
178 ssize_t drm_fb_helper_sys_write(struct fb_info *info, const char __user *buf,
181 void drm_fb_helper_sys_fillrect(struct fb_info *info,
183 void drm_fb_helper_sys_copyarea(struct fb_info *info,
185 void drm_fb_helper_sys_imageblit(struct fb_info *info,
188 void drm_fb_helper_cfb_fillrect(struct fb_info *info,
190 void drm_fb_helper_cfb_copyarea(struct fb_info *info,
192 void drm_fb_helper_cfb_imageblit(struct fb_info *info,
197 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
202 int drm_fb_helper_debug_enter(struct fb_info *info);
203 int drm_fb_helper_debug_leave(struct fb_info *info);
232 static inline int drm_fb_helper_blank(int blank, struct fb_info *info) in drm_fb_helper_blank()
238 struct fb_info *info) in drm_fb_helper_pan_display()
243 static inline int drm_fb_helper_set_par(struct fb_info *info) in drm_fb_helper_set_par()
249 struct fb_info *info) in drm_fb_helper_check_var()
260 static inline struct fb_info *
273 static inline void drm_fb_helper_fill_var(struct fb_info *info, in drm_fb_helper_fill_var()
279 static inline void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch, in drm_fb_helper_fill_fix()
285 struct fb_info *info) in drm_fb_helper_setcmap()
294 static inline ssize_t drm_fb_helper_sys_read(struct fb_info *info, in drm_fb_helper_sys_read()
301 static inline ssize_t drm_fb_helper_sys_write(struct fb_info *info, in drm_fb_helper_sys_write()
308 static inline void drm_fb_helper_sys_fillrect(struct fb_info *info, in drm_fb_helper_sys_fillrect()
313 static inline void drm_fb_helper_sys_copyarea(struct fb_info *info, in drm_fb_helper_sys_copyarea()
318 static inline void drm_fb_helper_sys_imageblit(struct fb_info *info, in drm_fb_helper_sys_imageblit()
323 static inline void drm_fb_helper_cfb_fillrect(struct fb_info *info, in drm_fb_helper_cfb_fillrect()
328 static inline void drm_fb_helper_cfb_copyarea(struct fb_info *info, in drm_fb_helper_cfb_copyarea()
333 static inline void drm_fb_helper_cfb_imageblit(struct fb_info *info, in drm_fb_helper_cfb_imageblit()
360 static inline int drm_fb_helper_debug_enter(struct fb_info *info) in drm_fb_helper_debug_enter()
365 static inline int drm_fb_helper_debug_leave(struct fb_info *info) in drm_fb_helper_debug_leave()