Lines Matching defs:vga_config
43 struct vga_config { struct
44 struct vga_handle hdl;
46 struct device *vc_softc;
47 int vc_type;
48 int nscreens;
50 struct vgascreen *active; /* current display */
51 const struct wsscreen_descr *currenttype;
52 int currentfontset1, currentfontset2;
54 struct vgafont *vc_fonts[8];
56 struct vgascreen *wantedscreen;
57 void (*switchcb)(void *, int, int);
58 void *switchcbarg;
60 paddr_t (*vc_mmap)(void *, off_t, int);
62 struct timeout vc_switch_timeout;