Symbol: vga_handle
sys/dev/ic/vga.c
1172
struct vga_handle *vh = &vc->hdl;
sys/dev/ic/vga.c
1206
struct vga_handle *vh = &vc->hdl;
sys/dev/ic/vga.c
1222
struct vga_handle *vh = &vc->hdl;
sys/dev/ic/vga.c
1254
struct vga_handle *vh = &vc->hdl;
sys/dev/ic/vga.c
469
struct vga_handle *vh = &vc->hdl;
sys/dev/ic/vga.c
780
struct vga_handle *vh = &vc->hdl;
sys/dev/ic/vga.c
950
struct vga_handle *vh = &vc->hdl;
sys/dev/ic/vga_subr.c
104
vga_setfontset(struct vga_handle *vh, int fontset1, int fontset2)
sys/dev/ic/vga_subr.c
123
vga_setscreentype(struct vga_handle *vh, const struct wsscreen_descr *type)
sys/dev/ic/vga_subr.c
43
static void fontram(struct vga_handle *);
sys/dev/ic/vga_subr.c
44
static void textram(struct vga_handle *);
sys/dev/ic/vga_subr.c
47
fontram(struct vga_handle *vh)
sys/dev/ic/vga_subr.c
64
textram(struct vga_handle *vh)
sys/dev/ic/vga_subr.c
82
vga_loadchars(struct vga_handle *vh, int fontset, int first, int num, int lpc,
sys/dev/ic/vgavar.h
103
_vga_attr_read(struct vga_handle *vh, int reg)
sys/dev/ic/vgavar.h
122
_vga_attr_write(struct vga_handle *vh, int reg, u_int8_t val)
sys/dev/ic/vgavar.h
137
_vga_ts_read(struct vga_handle *vh, int reg)
sys/dev/ic/vgavar.h
144
_vga_ts_write(struct vga_handle *vh, int reg, u_int8_t val)
sys/dev/ic/vgavar.h
151
_vga_gdc_read(struct vga_handle *vh, int reg)
sys/dev/ic/vgavar.h
158
_vga_gdc_write(struct vga_handle *vh, int reg, u_int8_t val)
sys/dev/ic/vgavar.h
193
void vga_loadchars(struct vga_handle *, int, int, int, int, char *);
sys/dev/ic/vgavar.h
197
void vga_setfontset(struct vga_handle *, int, int);
sys/dev/ic/vgavar.h
198
void vga_setscreentype(struct vga_handle *, const struct wsscreen_descr *);
sys/dev/ic/vgavar.h
57
struct vga_handle hdl;
sys/dev/ic/vgavar.h
87
static inline u_int8_t _vga_attr_read(struct vga_handle *, int);
sys/dev/ic/vgavar.h
88
static inline void _vga_attr_write(struct vga_handle *, int, u_int8_t);
sys/dev/ic/vgavar.h
89
static inline u_int8_t _vga_ts_read(struct vga_handle *, int);
sys/dev/ic/vgavar.h
90
static inline void _vga_ts_write(struct vga_handle *, int, u_int8_t);
sys/dev/ic/vgavar.h
91
static inline u_int8_t _vga_gdc_read(struct vga_handle *, int);
sys/dev/ic/vgavar.h
92
static inline void _vga_gdc_write(struct vga_handle *, int, u_int8_t);
sys/dev/pci/vga_pci.c
319
struct vga_handle *vh;
sys/dev/pci/vga_pci.c
387
struct vga_handle *vh;