Lines Matching refs:fb_info
7 int fbcon_fb_registered(struct fb_info *info);
8 void fbcon_fb_unregistered(struct fb_info *info);
9 void fbcon_fb_unbind(struct fb_info *info);
10 void fbcon_suspended(struct fb_info *info);
11 void fbcon_resumed(struct fb_info *info);
12 int fbcon_mode_deleted(struct fb_info *info,
14 void fbcon_new_modelist(struct fb_info *info);
15 void fbcon_get_requirement(struct fb_info *info,
17 void fbcon_fb_blanked(struct fb_info *info, int blank);
18 int fbcon_modechange_possible(struct fb_info *info,
20 void fbcon_update_vcs(struct fb_info *info, bool all);
21 void fbcon_remap_all(struct fb_info *info);
27 static inline int fbcon_fb_registered(struct fb_info *info) { return 0; } in fbcon_fb_registered()
28 static inline void fbcon_fb_unregistered(struct fb_info *info) {} in fbcon_fb_unregistered()
29 static inline void fbcon_fb_unbind(struct fb_info *info) {} in fbcon_fb_unbind()
30 static inline void fbcon_suspended(struct fb_info *info) {} in fbcon_suspended()
31 static inline void fbcon_resumed(struct fb_info *info) {} in fbcon_resumed()
32 static inline int fbcon_mode_deleted(struct fb_info *info, in fbcon_mode_deleted()
34 static inline void fbcon_new_modelist(struct fb_info *info) {} in fbcon_new_modelist()
35 static inline void fbcon_get_requirement(struct fb_info *info, in fbcon_get_requirement()
37 static inline void fbcon_fb_blanked(struct fb_info *info, int blank) {} in fbcon_fb_blanked()
38 static inline int fbcon_modechange_possible(struct fb_info *info, in fbcon_modechange_possible()
40 static inline void fbcon_update_vcs(struct fb_info *info, bool all) {} in fbcon_update_vcs()
41 static inline void fbcon_remap_all(struct fb_info *info) {} in fbcon_remap_all()