Home
last modified time | relevance | path

Searched defs:fbcon_ops (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/video/fbdev/core/
Dfbcon.h54 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 delayed_work cursor_work; /* Cursor timer */
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
Dfbcon.h56 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 …]