Lines Matching defs:fbcon_display
28 struct fbcon_display { struct
30 const u_char *fontdata;
31 int userfont; /* != 0 if fontdata kmalloc()ed */
33 u_short scrollmode; /* Scroll Method, use fb_scrollmode() */
35 u_short inverse; /* != 0 text black on white as default */
36 short yscroll; /* Hardware scrolling */
37 int vrows; /* number of virtual rows */
38 int cursor_shape;
39 int con_rotate;
40 u32 xres_virtual;
41 u32 yres_virtual;
42 u32 height;
43 u32 width;
44 u32 bits_per_pixel;
45 u32 grayscale;
46 u32 nonstd;
47 u32 accel_flags;
48 u32 rotate;
49 struct fb_bitfield red;
73 struct fbcon_display *p; argument