Lines Matching defs:fbcon_par
69 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;
79 int blank_state;
80 int graphics;
81 bool initialized;
82 int rotate;
83 int cur_rotate;
84 char *cursor_data;
85 u8 *fontbuffer;
86 u8 *fontdata;
87 u8 *cursor_src;
88 u32 cursor_size;
89 u32 fd_size;
91 const struct fbcon_bitops *bitops;