Symbol: vga_config
sys/dev/ic/vga.c
100
struct vga_config *cfg;
sys/dev/ic/vga.c
1003
vga_doswitch(struct vga_config *vc)
sys/dev/ic/vga.c
1073
struct vga_config *vc = v;
sys/dev/ic/vga.c
1098
struct vga_config *vc = scr->cfg;
sys/dev/ic/vga.c
113
static struct vga_config vga_console_vc;
sys/dev/ic/vga.c
115
static struct egavga_font *egavga_getfont(struct vga_config *, struct vgascreen *,
sys/dev/ic/vga.c
117
static void egavga_unreffont(struct vga_config *, struct egavga_font *);
sys/dev/ic/vga.c
119
static int vga_selectfont(struct vga_config *, struct vgascreen *, const char *,
sys/dev/ic/vga.c
121
static void vga_init_screen(struct vga_config *, struct vgascreen *,
sys/dev/ic/vga.c
123
static void vga_init(struct vga_config *, bus_space_tag_t, bus_space_tag_t);
sys/dev/ic/vga.c
124
static void vga_setfont(struct vga_config *, struct vgascreen *);
sys/dev/ic/vga.c
1459
struct vga_config *vc = v;
sys/dev/ic/vga.c
1507
vga_getborder(struct vga_config *vc, u_int *valuep)
sys/dev/ic/vga.c
1527
vga_setborder(struct vga_config *vc, u_int value)
sys/dev/ic/vga.c
1555
vga_save_palette(struct vga_config *vc)
sys/dev/ic/vga.c
1573
vga_restore_palette(struct vga_config *vc)
sys/dev/ic/vga.c
287
static int vga_getborder(struct vga_config *, u_int *);
sys/dev/ic/vga.c
288
static int vga_setborder(struct vga_config *, u_int);
sys/dev/ic/vga.c
291
static void vga_doswitch(struct vga_config *);
sys/dev/ic/vga.c
292
static void vga_save_palette(struct vga_config *);
sys/dev/ic/vga.c
293
static void vga_restore_palette(struct vga_config *);
sys/dev/ic/vga.c
323
egavga_getfont(struct vga_config *vc, struct vgascreen *scr, const char *name,
sys/dev/ic/vga.c
380
egavga_unreffont(struct vga_config *vc, struct egavga_font *f)
sys/dev/ic/vga.c
402
vga_selectfont(struct vga_config *vc, struct vgascreen *scr, const char *name1,
sys/dev/ic/vga.c
441
vga_init_screen(struct vga_config *vc, struct vgascreen *scr,
sys/dev/ic/vga.c
527
vga_init(struct vga_config *vc, bus_space_tag_t iot, bus_space_tag_t memt)
sys/dev/ic/vga.c
596
struct vga_config *vc;
sys/dev/ic/vga.c
605
vc = malloc(sizeof(struct vga_config), M_DEVBUF, M_WAITOK);
sys/dev/ic/vga.c
715
struct vga_config *vc;
sys/dev/ic/vga.c
749
vga_get_video(struct vga_config *vc)
sys/dev/ic/vga.c
756
vga_set_video(struct vga_config *vc, int state)
sys/dev/ic/vga.c
782
struct vga_config *vc = v;
sys/dev/ic/vga.c
850
struct vga_config *vc = v;
sys/dev/ic/vga.c
866
struct vga_config *vc = v;
sys/dev/ic/vga.c
901
struct vga_config *vc = vs->cfg;
sys/dev/ic/vga.c
919
static void vga_usefont(struct vga_config *, struct egavga_font *);
sys/dev/ic/vga.c
922
vga_usefont(struct vga_config *vc, struct egavga_font *f)
sys/dev/ic/vga.c
958
vga_setfont(struct vga_config *vc, struct vgascreen *scr)
sys/dev/ic/vga.c
982
struct vga_config *vc = scr->cfg;
sys/dev/ic/vga_raster.c
124
struct vga_config *cfg;
sys/dev/ic/vga_raster.c
1405
struct vga_config *vc = scr->cfg;
sys/dev/ic/vga_raster.c
1458
vga_raster_setscreentype(struct vga_config *vc,
sys/dev/ic/vga_raster.c
155
static struct vga_config vga_console_vc;
sys/dev/ic/vga_raster.c
168
static void vga_raster_init(struct vga_config *, bus_space_tag_t,
sys/dev/ic/vga_raster.c
170
static void vga_raster_init_screen(struct vga_config *, struct vgascreen *,
sys/dev/ic/vga_raster.c
172
static void vga_raster_setup_font(struct vga_config *, struct vgascreen *);
sys/dev/ic/vga_raster.c
315
static void vga_switch_screen(struct vga_config *);
sys/dev/ic/vga_raster.c
316
static void vga_raster_setscreentype(struct vga_config *,
sys/dev/ic/vga_raster.c
377
vga_raster_init(struct vga_config *vc, bus_space_tag_t iot,
sys/dev/ic/vga_raster.c
438
vga_raster_init_screen(struct vga_config *vc, struct vgascreen *scr,
sys/dev/ic/vga_raster.c
527
struct vga_config *vc;
sys/dev/ic/vga_raster.c
536
vc = malloc(sizeof(struct vga_config), M_DEVBUF, M_WAITOK);
sys/dev/ic/vga_raster.c
558
struct vga_config *vc;
sys/dev/ic/vga_raster.c
592
vga_get_video(struct vga_config *vc)
sys/dev/ic/vga_raster.c
599
vga_set_video(struct vga_config *vc, int state)
sys/dev/ic/vga_raster.c
626
struct vga_config *vc = v;
sys/dev/ic/vga_raster.c
688
struct vga_config *vc = v;
sys/dev/ic/vga_raster.c
704
struct vga_config *vc = v;
sys/dev/ic/vga_raster.c
735
struct vga_config *vc = vs->cfg;
sys/dev/ic/vga_raster.c
753
struct vga_config *vc = scr->cfg;
sys/dev/ic/vga_raster.c
774
vga_switch_screen(struct vga_config *vc)
sys/dev/ic/vga_raster.c
846
vga_raster_setup_font(struct vga_config *vc, struct vgascreen *scr)
sys/dev/ic/vgavar.h
83
struct vga_config *sc_vc;
sys/dev/pci/vga_pci.c
316
struct vga_config *vc = v;
sys/dev/pci/vga_pci.c
338
struct vga_config *vc = v;