Searched defs:fbcon_ops (Results 1 – 1 of 1) sorted by relevance
/drivers/video/console/ |
D | fbcon.h | 54 struct fbcon_ops { struct 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, int mode, 66 int (*update_start)(struct fb_info *info); 67 int (*rotate_font)(struct fb_info *info, struct vc_data *vc); 68 struct fb_var_screeninfo var; /* copy of the current fb_var_screeninfo */ 69 struct timer_list cursor_timer; /* Cursor timer */ [all …]
|