Symbol: vga_config
sys/dev/ic/vga.c
1023
struct vga_config *vc = scr->cfg;
sys/dev/ic/vga.c
104
struct vga_config vga_console_vc;
sys/dev/ic/vga.c
106
int vga_selectfont(struct vga_config *, struct vgascreen *,
sys/dev/ic/vga.c
108
void vga_init_screen(struct vga_config *, struct vgascreen *,
sys/dev/ic/vga.c
110
void vga_init(struct vga_config *, bus_space_tag_t, bus_space_tag_t);
sys/dev/ic/vga.c
111
void vga_setfont(struct vga_config *, struct vgascreen *);
sys/dev/ic/vga.c
112
void vga_pick_monitor_type(struct vga_config *);
sys/dev/ic/vga.c
1171
struct vga_config *vc = v;
sys/dev/ic/vga.c
1198
struct vga_config *vc = c;
sys/dev/ic/vga.c
1204
vga_save_palette(struct vga_config *vc)
sys/dev/ic/vga.c
1220
vga_restore_palette(struct vga_config *vc)
sys/dev/ic/vga.c
1236
vga_restore_fonts(struct vga_config *vc)
sys/dev/ic/vga.c
1252
vga_pick_monitor_type(struct vga_config *vc)
sys/dev/ic/vga.c
348
vga_selectfont(struct vga_config *vc, struct vgascreen *scr, const char *name1,
sys/dev/ic/vga.c
398
vga_init_screen(struct vga_config *vc, struct vgascreen *scr,
sys/dev/ic/vga.c
467
vga_init(struct vga_config *vc, bus_space_tag_t iot, bus_space_tag_t memt)
sys/dev/ic/vga.c
519
struct vga_config *
sys/dev/ic/vga.c
526
struct vga_config *
sys/dev/ic/vga.c
531
struct vga_config *vc;
sys/dev/ic/vga.c
614
struct vga_config *vc = v;
sys/dev/ic/vga.c
661
struct vga_config *vc = v;
sys/dev/ic/vga.c
673
struct vga_config *vc = v;
sys/dev/ic/vga.c
711
struct vga_config *vc = vs->cfg;
sys/dev/ic/vga.c
736
vga_setfont(struct vga_config *vc, struct vgascreen *scr)
sys/dev/ic/vga.c
755
struct vga_config *vc = scr->cfg;
sys/dev/ic/vga.c
778
struct vga_config *vc = arg;
sys/dev/ic/vga.c
853
struct vga_config *vc = v;
sys/dev/ic/vga.c
919
struct vga_config *vc = v;
sys/dev/ic/vga.c
948
struct vga_config *vc = v;
sys/dev/ic/vga.c
991
struct vga_config *vc = scr->cfg;
sys/dev/ic/vgavar.h
183
struct vga_config *
sys/dev/ic/vgavar.h
186
struct vga_config *
sys/dev/ic/vgavar.h
194
void vga_restore_fonts(struct vga_config *);
sys/dev/ic/vgavar.h
195
void vga_restore_palette(struct vga_config *);
sys/dev/ic/vgavar.h
196
void vga_save_palette(struct vga_config *);
sys/dev/ic/vgavar.h
48
struct vga_config *cfg;
sys/dev/isa/vga_isa.c
52
struct vga_config *sc_vc; /* VGA configuration */
sys/dev/pci/vga_pci.c
318
struct vga_config *vc = sc->sc_vc;
sys/dev/pci/vga_pci.c
386
struct vga_config *vc = sc->sc_vc;
sys/dev/pci/vga_pcivar.h
57
struct vga_config *sc_vc;