Searched defs:fbcon_par (Results 1 – 2 of 2) sorted by relevance
69 struct fbcon_par { struct70 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 …]
509 struct fbcon_par *fbcon_par; /* fbcon use-only private area */ member