Lines Matching refs:fb_info
55 void (*bmove)(struct vc_data *vc, struct fb_info *info, int sy,
57 void (*clear)(struct vc_data *vc, struct fb_info *info, int sy,
59 void (*putcs)(struct vc_data *vc, struct fb_info *info,
62 void (*clear_margins)(struct vc_data *vc, struct fb_info *info,
64 void (*cursor)(struct vc_data *vc, struct fb_info *info,
66 int (*update_start)(struct fb_info *info);
67 int (*rotate_font)(struct fb_info *info, struct vc_data *vc);
72 struct fb_info *info;
111 static inline int mono_col(const struct fb_info *info) in mono_col()
187 extern void fbcon_set_tileops(struct vc_data *vc, struct fb_info *info);
190 extern int soft_cursor(struct fb_info *info, struct fb_cursor *cursor);
205 static inline int get_attribute(struct fb_info *info, u16 c) in get_attribute()