Lines Matching defs:vd

125 vga_setwmode(struct vt_device *vd, int wmode)  in vga_setwmode()
147 vga_setfg(struct vt_device *vd, term_color_t color) in vga_setfg()
162 vga_setbg(struct vt_device *vd, term_color_t color) in vga_setbg()
324 vga_blank(struct vt_device *vd, term_color_t color) in vga_blank()
335 vga_bitblt_put(struct vt_device *vd, u_long dst, term_color_t color, in vga_bitblt_put()
361 vga_setpixel(struct vt_device *vd, int x, int y, term_color_t color) in vga_setpixel()
372 vga_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2, int fill, in vga_drawrect()
501 vga_bitblt_pixels_block_2colors(struct vt_device *vd, const uint8_t *masks, in vga_bitblt_pixels_block_2colors()
530 vga_bitblt_pixels_block_ncolors(struct vt_device *vd, const uint8_t *masks, in vga_bitblt_pixels_block_ncolors()
608 vga_bitblt_one_text_pixels_block(struct vt_device *vd, in vga_bitblt_one_text_pixels_block()
780 vga_bitblt_text_gfxmode(struct vt_device *vd, const struct vt_window *vw, in vga_bitblt_text_gfxmode()
862 vga_bitblt_text_txtmode(struct vt_device *vd, const struct vt_window *vw, in vga_bitblt_text_txtmode()
923 vga_bitblt_text(struct vt_device *vd, const struct vt_window *vw, in vga_bitblt_text()
935 vga_invalidate_text(struct vt_device *vd, const term_rect_t *area) in vga_invalidate_text()
959 vga_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, in vga_bitblt_bitmap()
1002 vga_initialize_graphics(struct vt_device *vd) in vga_initialize_graphics()
1083 vga_initialize(struct vt_device *vd, int textmode) in vga_initialize()
1276 vga_probe(struct vt_device *vd) in vga_probe()
1283 vga_init(struct vt_device *vd) in vga_init()
1333 vga_postswitch(struct vt_device *vd) in vga_postswitch()