Home
last modified time | relevance | path

Searched refs:vt_device (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt.h120 struct vt_device { struct
188 void vt_resume(struct vt_device *vd); argument
190 void vt_suspend(struct vt_device *vd);
292 struct vt_device *vw_device; /* (c) Device. */
334 typedef int vd_init_t(struct vt_device *vd);
335 typedef int vd_probe_t(struct vt_device *vd);
336 typedef void vd_fini_t(struct vt_device *vd, void *softc);
337 typedef void vd_postswitch_t(struct vt_device *vd);
338 typedef void vd_blank_t(struct vt_device *vd, term_color_t color);
339 typedef void vd_bitblt_text_t(struct vt_device *vd, const struct vt_window *vw,
[all …]
H A Dvt_core.c65 static int vtterm_cngrab_noswitch(struct vt_device *, struct vt_window *);
66 static int vtterm_cnungrab_noswitch(struct vt_device *, struct vt_window *);
161 struct vt_device *main_vd = &vt_consdev;
193 static void vt_resize(struct vt_device *);
212 struct vt_device vt_consdev = {
302 vt_schedule_flush(struct vt_device *vd, int ms) in vt_schedule_flush()
315 struct vt_device *vd = vw->vw_device; in vt_resume_flush_timer()
328 vt_suspend_flush_timer(struct vt_device *vd) in vt_suspend_flush_timer()
498 struct vt_device *vd; in vt_proc_window_switch()
567 struct vt_device *v in vt_window_switch()
[all...]
H A Dvt_cpulogos.c65 vt_draw_2_vga16_px(struct vt_device *vd, vt_axis_t x, vt_axis_t y, in vt_draw_2_vga16_px()
74 vt_draw_1_logo(struct vt_device *vd, vt_axis_t top, vt_axis_t left) in vt_draw_1_logo()
117 vtterm_draw_cpu_logos(struct vt_device *vd) in vtterm_draw_cpu_logos()
151 struct vt_device *vd; in vt_fini_logos()
208 struct vt_device *vd; in vt_init_logos()
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_fb.c107 vt_fb_ioctl(struct vt_device *vd, u_long cmd, caddr_t data, struct thread *td) in vt_fb_ioctl()
155 vt_fb_mmap(struct vt_device *vd, vm_ooffset_t offset, vm_paddr_t *paddr, in vt_fb_mmap()
184 vt_fb_setpixel(struct vt_device *vd, int x, int y, term_color_t color) in vt_fb_setpixel()
219 vt_fb_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2, int fill, in vt_fb_drawrect()
236 vt_fb_blank(struct vt_device *vd, term_color_t color) in vt_fb_blank()
279 vt_fb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, in vt_fb_bitblt_bitmap()
344 vt_fb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw, in vt_fb_bitblt_argb()
390 vt_fb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, in vt_fb_bitblt_text()
460 vt_fb_invalidate_text(struct vt_device *vd, const term_rect_t *area) in vt_fb_invalidate_text()
483 vt_fb_postswitch(struct vt_device *vd) in vt_fb_postswitch()
[all …]
H A Dvt_fb.h35 void vt_fb_resume(struct vt_device *vd);
36 void vt_fb_suspend(struct vt_device *vd);
H A Dvt_early_fb.c155 vt_efb_probe(struct vt_device *vd) in vt_efb_probe()
173 vt_efb_init(struct vt_device *vd) in vt_efb_init()
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c127 vga_setwmode(struct vt_device *vd, int wmode) in vga_setwmode()
149 vga_setfg(struct vt_device *vd, term_color_t color) in vga_setfg()
164 vga_setbg(struct vt_device *vd, term_color_t color) in vga_setbg()
326 vga_blank(struct vt_device *vd, term_color_t color) in vga_blank()
337 vga_bitblt_put(struct vt_device *vd, u_long dst, term_color_t color, in vga_bitblt_put()
363 vga_setpixel(struct vt_device *vd, int x, int y, term_color_t color) in vga_setpixel()
374 vga_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2, int fill, in vga_drawrect()
503 vga_bitblt_pixels_block_2colors(struct vt_device *vd, const uint8_t *masks, in vga_bitblt_pixels_block_2colors()
532 vga_bitblt_pixels_block_ncolors(struct vt_device *vd, const uint8_t *masks, in vga_bitblt_pixels_block_ncolors()
610 vga_bitblt_one_text_pixels_block(struct vt_device *vd, in vga_bitblt_one_text_pixels_block()
[all …]
/freebsd/sys/dev/vt/hw/vbefb/
H A Dvbefb.c76 vt_vbefb_probe(struct vt_device *vd) in vt_vbefb_probe()
95 vt_vbefb_init(struct vt_device *vd) in vt_vbefb_init()
147 vt_vbefb_fini(struct vt_device *vd, void *softc) in vt_vbefb_fini()
/freebsd/sys/dev/vt/hw/efifb/
H A Defifb.c76 vt_efifb_probe(struct vt_device *vd) in vt_efifb_probe()
95 vt_efifb_init(struct vt_device *vd) in vt_efifb_init()
172 vt_efifb_fini(struct vt_device *vd, void *softc) in vt_efifb_fini()
/freebsd/sys/dev/vt/hw/simplefb/
H A Dsimplefb.c145 vt_simplefb_probe(struct vt_device *vd) in vt_simplefb_probe()
161 vt_simplefb_init(struct vt_device *vd) in vt_simplefb_init()
218 vt_simplefb_fini(struct vt_device *vd, void *softc) in vt_simplefb_fini()
228 vt_simplefb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw,
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c64 static void ofwfb_initialize(struct vt_device *vd);
94 ofwfb_probe(struct vt_device *vd) in ofwfb_probe()
133 ofwfb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, in ofwfb_bitblt_bitmap()
248 ofwfb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw, in ofwfb_bitblt_text()
258 ofwfb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, in ofwfb_bitblt_text()
409 ofwfb_initialize(struct vt_device *vd) in ofwfb_initialize()
489 ofwfb_init(struct vt_device *vd) in ofwfb_init()
/freebsd/sys/dev/virtio/gpu/
H A Dvirtio_gpu.c129 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/sys/powerpc/ps3/
H A Dps3_syscons.c90 ps3fb_probe(struct vt_device *vd) in ps3fb_probe()
153 ps3fb_init(struct vt_device *vd) in ps3fb_init()