Searched defs:fbcon_ops (Results 1 – 1 of 1) sorted by relevance
/drivers/video/fbdev/core/ |
D | fbcon.h | 56 struct fbcon_ops { struct 57 void (*bmove)(struct vc_data *vc, struct fb_info *info, int sy, 59 void (*clear)(struct vc_data *vc, struct fb_info *info, int sy, 61 void (*putcs)(struct vc_data *vc, struct fb_info *info, 64 void (*clear_margins)(struct vc_data *vc, struct fb_info *info, 66 void (*cursor)(struct vc_data *vc, struct fb_info *info, int mode, 68 int (*update_start)(struct fb_info *info); 69 int (*rotate_font)(struct fb_info *info, struct vc_data *vc); 70 struct fb_var_screeninfo var; /* copy of the current fb_var_screeninfo */ 71 struct timer_list cursor_timer; /* Cursor timer */ [all …]
|