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