Searched defs:vga_config (Results 1 – 1 of 1) sorted by relevance
43 struct vga_config { struct44 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;[all …]