Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfbcon.h69 struct fbcon_par { struct
70 struct fb_var_screeninfo var; /* copy of the current fb_var_screeninfo */
71 struct delayed_work cursor_work; /* Cursor timer */
72 struct fb_cursor cursor_state;
73 struct fbcon_display *p;
74 struct fb_info *info;
75 int currcon; /* Current VC. */
76 int cur_blink_jiffies;
77 int cursor_flash;
78 int cursor_reset;
[all …]
/linux/include/linux/
H A Dfb.h509 struct fbcon_par *fbcon_par; /* fbcon use-only private area */ member