Home
last modified time | relevance | path

Searched refs:vga_softc (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bhyve/amd64/
H A Dvga.c49 struct vga_softc { struct
173 vga_in_reset(struct vga_softc *sc) in vga_in_reset() argument
182 vga_check_size(struct bhyvegc *gc, struct vga_softc *sc) in vga_check_size()
212 vga_get_pixel(struct vga_softc *sc, int x, int y) in vga_get_pixel()
241 vga_render_graphics(struct vga_softc *sc) in vga_render_graphics()
256 vga_get_text_pixel(struct vga_softc *sc, int x, int y) in vga_get_text_pixel()
304 vga_render_text(struct vga_softc *sc) in vga_render_text()
321 struct vga_softc *sc = arg; in vga_render()
341 struct vga_softc *sc = arg1; in vga_mem_rd_handler()
401 struct vga_softc *sc = arg1; in vga_mem_wr_handler()
[all …]
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c53 struct vga_softc { struct
123 static struct vga_softc vga_conssoftc;
129 struct vga_softc *sc = vd->vd_softc; in vga_setwmode()
151 struct vga_softc *sc = vd->vd_softc; in vga_setfg()
166 struct vga_softc *sc = vd->vd_softc; in vga_setbg()
328 struct vga_softc *sc = vd->vd_softc; in vga_blank()
340 struct vga_softc *sc = vd->vd_softc; in vga_bitblt_put()
508 struct vga_softc *sc; in vga_bitblt_pixels_block_2colors()
536 struct vga_softc *sc; in vga_bitblt_pixels_block_ncolors()
867 struct vga_softc *s in vga_bitblt_text_txtmode()
54 vga_fb_tagvga_softc global() argument
55 vga_fb_handlevga_softc global() argument
56 vga_reg_tagvga_softc global() argument
57 vga_reg_handlevga_softc global() argument
58 vga_wmodevga_softc global() argument
59 vga_curbgvga_softc global() argument
60 vga_enabledvga_softc global() argument
[all...]
/freebsd/sys/dev/fb/
H A Dvgareg.h70 typedef struct vga_softc { struct