Lines Matching refs:vga_softc
49 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()
717 struct vga_softc *sc = arg; in vga_port_in_handler()
944 struct vga_softc *sc = arg; in vga_port_out_handler()
1269 struct vga_softc *sc; in vga_init()
1272 sc = calloc(1, sizeof(struct vga_softc)); in vga_init()