| /freebsd-14.2/sys/dev/vt/ |
| H A D | vt.h | 121 struct vt_device { struct 189 void vt_resume(struct vt_device *vd); argument 191 void vt_suspend(struct vt_device *vd); 293 struct vt_device *vw_device; /* (c) Device. */ 335 typedef int vd_init_t(struct vt_device *vd); 336 typedef int vd_probe_t(struct vt_device *vd); 358 typedef void vd_suspend_t(struct vt_device *); 359 typedef void vd_resume_t(struct vt_device *); 411 extern struct vt_device vt_consdev; 412 void vt_upgrade(struct vt_device *vd); [all …]
|
| H A D | vt_core.c | 496 struct vt_device *vd; in vt_proc_window_switch() 702 struct vt_device *vd; in vt_compute_drawable_area() 819 struct vt_device *vd; in vt_scrollmode_kbdevent() 1600 struct vt_device *vd; in vt_timer() 2045 struct vt_device *vd; in vtterm_cngrab() 2064 struct vt_device *vd; in vtterm_cnungrab() 2347 struct vt_device *vd; in vt_mouse_event() 2503 struct vt_device *vd; in vt_mouse_state() 3237 struct vt_device *vd; in vt_replace_backend() 3332 struct vt_device *vd; in vt_suspend_handler() [all …]
|
| H A D | vt_cpulogos.c | 66 vt_draw_2_vga16_px(struct vt_device *vd, vt_axis_t x, vt_axis_t y, in vt_draw_2_vga16_px() 75 vt_draw_1_logo(struct vt_device *vd, vt_axis_t top, vt_axis_t left) in vt_draw_1_logo() 118 vtterm_draw_cpu_logos(struct vt_device *vd) in vtterm_draw_cpu_logos() 152 struct vt_device *vd; in vt_fini_logos() 209 struct vt_device *vd; in vt_init_logos()
|
| /freebsd-14.2/sys/dev/vt/hw/fb/ |
| H A D | vt_fb.c | 168 vt_fb_setpixel(struct vt_device *vd, int x, int y, term_color_t color) in vt_fb_setpixel() 222 vt_fb_blank(struct vt_device *vd, term_color_t color) in vt_fb_blank() 270 vt_fb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, in vt_fb_bitblt_bitmap() 338 vt_fb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw, in vt_fb_bitblt_argb() 384 vt_fb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, in vt_fb_bitblt_text() 454 vt_fb_invalidate_text(struct vt_device *vd, const term_rect_t *area) in vt_fb_invalidate_text() 477 vt_fb_postswitch(struct vt_device *vd) in vt_fb_postswitch() 511 vt_fb_init(struct vt_device *vd) in vt_fb_init() 556 vt_fb_fini(struct vt_device *vd, void *softc) in vt_fb_fini() 583 vt_fb_suspend(struct vt_device *vd) in vt_fb_suspend() [all …]
|
| H A D | vt_fb.h | 35 void vt_fb_resume(struct vt_device *vd); 36 void vt_fb_suspend(struct vt_device *vd);
|
| H A D | vt_early_fb.c | 156 vt_efb_probe(struct vt_device *vd) in vt_efb_probe() 174 vt_efb_init(struct vt_device *vd) in vt_efb_init()
|
| /freebsd-14.2/sys/dev/vt/hw/vga/ |
| H A D | vt_vga.c | 128 vga_setwmode(struct vt_device *vd, int wmode) in vga_setwmode() 150 vga_setfg(struct vt_device *vd, term_color_t color) in vga_setfg() 165 vga_setbg(struct vt_device *vd, term_color_t color) in vga_setbg() 327 vga_blank(struct vt_device *vd, term_color_t color) in vga_blank() 611 vga_bitblt_one_text_pixels_block(struct vt_device *vd, in vga_bitblt_one_text_pixels_block() 926 vga_bitblt_text(struct vt_device *vd, const struct vt_window *vw, in vga_bitblt_text() 1015 vga_initialize_graphics(struct vt_device *vd) in vga_initialize_graphics() 1096 vga_initialize(struct vt_device *vd, int textmode) in vga_initialize() 1289 vga_probe(struct vt_device *vd) in vga_probe() 1296 vga_init(struct vt_device *vd) in vga_init() [all …]
|
| /freebsd-14.2/sys/dev/vt/hw/simplefb/ |
| H A D | simplefb.c | 146 vt_simplefb_probe(struct vt_device *vd) in vt_simplefb_probe() 162 vt_simplefb_init(struct vt_device *vd) in vt_simplefb_init() 219 vt_simplefb_fini(struct vt_device *vd, void *softc) in vt_simplefb_fini() 229 vt_simplefb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw, in vt_simplefb_bitblt_argb()
|
| /freebsd-14.2/sys/dev/vt/hw/vbefb/ |
| H A D | vbefb.c | 77 vt_vbefb_probe(struct vt_device *vd) in vt_vbefb_probe() 100 vt_vbefb_init(struct vt_device *vd) in vt_vbefb_init() 156 vt_vbefb_fini(struct vt_device *vd, void *softc) in vt_vbefb_fini()
|
| /freebsd-14.2/sys/dev/vt/hw/efifb/ |
| H A D | efifb.c | 77 vt_efifb_probe(struct vt_device *vd) in vt_efifb_probe() 100 vt_efifb_init(struct vt_device *vd) in vt_efifb_init() 176 vt_efifb_fini(struct vt_device *vd, void *softc) in vt_efifb_fini()
|
| /freebsd-14.2/sys/dev/vt/hw/ofwfb/ |
| H A D | ofwfb.c | 65 static void ofwfb_initialize(struct vt_device *vd); 95 ofwfb_probe(struct vt_device *vd) in ofwfb_probe() 134 ofwfb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, in ofwfb_bitblt_bitmap() 249 ofwfb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw, in ofwfb_bitblt_argb() 259 ofwfb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, in ofwfb_bitblt_text() 410 ofwfb_initialize(struct vt_device *vd) in ofwfb_initialize() 490 ofwfb_init(struct vt_device *vd) in ofwfb_init()
|
| /freebsd-14.2/sys/dev/virtio/gpu/ |
| H A D | virtio_gpu.c | 129 vtgpu_fb_blank(struct vt_device *vd, term_color_t color) in vtgpu_fb_blank() 146 vtgpu_fb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, in vtgpu_fb_bitblt_text() 168 vtgpu_fb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, in vtgpu_fb_bitblt_bitmap() 186 vtgpu_fb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw, in vtgpu_fb_bitblt_argb() 196 vtgpu_fb_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2, in vtgpu_fb_drawrect() 215 vtgpu_fb_setpixel(struct vt_device *vd, int x, int y, term_color_t color) in vtgpu_fb_setpixel()
|
| /freebsd-14.2/sys/powerpc/ps3/ |
| H A D | ps3_syscons.c | 91 ps3fb_probe(struct vt_device *vd) in ps3fb_probe() 154 ps3fb_init(struct vt_device *vd) in ps3fb_init()
|