Home
last modified time | relevance | path

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

/linux-6.1.9/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 …]