Symbol: vga_handle
sys/arch/arc/arc/c_nec_eisa.c
221
struct vga_handle handle;
sys/arch/arc/arc/c_nec_eisa.c
271
gd54xx_initregs(struct vga_handle *vh)
sys/arch/arc/arc/c_nec_eisa.c
93
static void gd54xx_initregs(struct vga_handle *);
sys/arch/shark/ofw/vga_ofbus.c
106
int vga_handle, i;
sys/arch/shark/ofw/vga_ofbus.c
112
vga_handle = OF_finddevice("/vlbus/display");
sys/arch/shark/ofw/vga_ofbus.c
113
OF_getprop(vga_handle, "reg", vga_reg, sizeof(vga_reg));
sys/dev/ic/vga.c
1006
struct vga_handle *vh = &vc->hdl;
sys/dev/ic/vga.c
1461
struct vga_handle *vh = &vc->hdl;
sys/dev/ic/vga.c
1509
struct vga_handle *vh = &vc->hdl;
sys/dev/ic/vga.c
1529
struct vga_handle *vh = &vc->hdl;
sys/dev/ic/vga.c
1557
struct vga_handle *vh = &vc->hdl;
sys/dev/ic/vga.c
1575
struct vga_handle *vh = &vc->hdl;
sys/dev/ic/vga.c
529
struct vga_handle *vh = &vc->hdl;
sys/dev/ic/vga.c
716
struct vga_handle *vh;
sys/dev/ic/vga_raster.c
1001
vga_set_mode(struct vga_handle *vh, struct vga_moderegs *regs)
sys/dev/ic/vga_raster.c
1185
struct vga_handle *vh = scr->hdl;
sys/dev/ic/vga_raster.c
125
struct vga_handle *hdl;
sys/dev/ic/vga_raster.c
1261
struct vga_handle *vh = scr->hdl;
sys/dev/ic/vga_raster.c
1304
struct vga_handle *vh = scr->hdl;
sys/dev/ic/vga_raster.c
1362
struct vga_handle *vh = scr->hdl;
sys/dev/ic/vga_raster.c
1461
struct vga_handle *vh = &vc->hdl;
sys/dev/ic/vga_raster.c
174
static void vga_set_mode(struct vga_handle *, struct vga_moderegs *);
sys/dev/ic/vga_raster.c
380
struct vga_handle *vh = &vc->hdl;
sys/dev/ic/vga_raster.c
443
struct vga_handle *vh;
sys/dev/ic/vga_raster.c
559
struct vga_handle *vh;
sys/dev/ic/vga_raster.c
777
struct vga_handle *vh = &vc->hdl;
sys/dev/ic/vga_subr.c
112
vga_readoutchars(struct vga_handle *vh, int fontset, int first, int num,
sys/dev/ic/vga_subr.c
134
vga_copyfont01(struct vga_handle *vh)
sys/dev/ic/vga_subr.c
150
vga_setfontset(struct vga_handle *vh, int fontset1, int fontset2)
sys/dev/ic/vga_subr.c
169
vga_setscreentype(struct vga_handle *vh, const struct wsscreen_descr *type)
sys/dev/ic/vga_subr.c
197
vga_load_builtinfont(struct vga_handle *vh, uint8_t *font, int firstchar,
sys/dev/ic/vga_subr.c
221
vga_reset(struct vga_handle *vh, void (*md_initfunc)(struct vga_handle *))
sys/dev/ic/vga_subr.c
373
vga_initregs(struct vga_handle *vh)
sys/dev/ic/vga_subr.c
49
static void fontram(struct vga_handle *);
sys/dev/ic/vga_subr.c
50
static void textram(struct vga_handle *);
sys/dev/ic/vga_subr.c
53
fontram(struct vga_handle *vh)
sys/dev/ic/vga_subr.c
71
textram(struct vga_handle *vh)
sys/dev/ic/vga_subr.c
91
vga_loadchars(struct vga_handle *vh, int fontset, int first, int num, int lpc,
sys/dev/ic/vgavar.h
105
_vga_attr_read(struct vga_handle *vh, int reg)
sys/dev/ic/vgavar.h
124
_vga_attr_write(struct vga_handle *vh, int reg, u_int8_t val)
sys/dev/ic/vgavar.h
139
_vga_ts_read(struct vga_handle *vh, int reg)
sys/dev/ic/vgavar.h
147
_vga_ts_write(struct vga_handle *vh, int reg, u_int8_t val)
sys/dev/ic/vgavar.h
155
_vga_gdc_read(struct vga_handle *vh, int reg)
sys/dev/ic/vgavar.h
163
_vga_gdc_write(struct vga_handle *vh, int reg, u_int8_t val)
sys/dev/ic/vgavar.h
206
void vga_loadchars(struct vga_handle *, int, int, int, int, const char *);
sys/dev/ic/vgavar.h
207
void vga_readoutchars(struct vga_handle *, int, int, int, int, char *);
sys/dev/ic/vgavar.h
209
void vga_copyfont01(struct vga_handle *);
sys/dev/ic/vgavar.h
211
void vga_setfontset(struct vga_handle *, int, int);
sys/dev/ic/vgavar.h
212
void vga_setscreentype(struct vga_handle *, const struct wsscreen_descr *);
sys/dev/ic/vgavar.h
214
void vga_load_builtinfont(struct vga_handle *, u_int8_t *, int, int);
sys/dev/ic/vgavar.h
216
void vga_reset(struct vga_handle *, void (*)(struct vga_handle *));
sys/dev/ic/vgavar.h
217
void vga_initregs(struct vga_handle *);
sys/dev/ic/vgavar.h
52
struct vga_handle hdl;
sys/dev/ic/vgavar.h
86
static __inline u_int8_t _vga_attr_read(struct vga_handle *, int);
sys/dev/ic/vgavar.h
87
static __inline void _vga_attr_write(struct vga_handle *, int, u_int8_t);
sys/dev/ic/vgavar.h
88
static __inline u_int8_t _vga_ts_read(struct vga_handle *, int);
sys/dev/ic/vgavar.h
89
static __inline void _vga_ts_write(struct vga_handle *, int, u_int8_t);
sys/dev/ic/vgavar.h
90
static __inline u_int8_t _vga_gdc_read(struct vga_handle *, int);
sys/dev/ic/vgavar.h
91
static __inline void _vga_gdc_write(struct vga_handle *, int, u_int8_t);
sys/dev/isa/ega.c
395
struct vga_handle *vh = &vc->hdl;
sys/dev/isa/ega.c
676
struct vga_handle *vh = &vc->hdl;
sys/dev/isa/ega.c
75
struct vga_handle hdl;