Home
last modified time | relevance | path

Searched refs:vd_softc (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/vt/hw/fb/
H A Dvt_fb.c112 info = vd->vd_softc; in vt_fb_ioctl()
160 info = vd->vd_softc; in vt_fb_mmap()
190 info = vd->vd_softc; in vt_fb_setpixel()
242 info = vd->vd_softc; in vt_fb_blank()
289 info = vd->vd_softc; in vt_fb_bitblt_bitmap()
353 info = vd->vd_softc; in vt_fb_bitblt_argb()
487 info = vd->vd_softc; in vt_fb_postswitch()
524 info = vd->vd_softc; in vt_fb_init()
H A Dvt_early_fb.c180 if (vd->vd_softc == NULL) in vt_efb_init()
181 vd->vd_softc = (void *)&local_info; in vt_efb_init()
183 info = vd->vd_softc; in vt_efb_init()
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c129 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()
523 sc = vd->vd_softc; in vga_bitblt_pixels_block_2colors()
539 sc = vd->vd_softc; in vga_bitblt_pixels_block_ncolors()
875 sc = vd->vd_softc; in vga_bitblt_text_txtmode()
1016 struct vga_softc *sc = vd->vd_softc; in vga_initialize_graphics()
1097 struct vga_softc *sc = vd->vd_softc; in vga_initialize()
[all …]
/freebsd/sys/dev/vt/hw/vbefb/
H A Dvbefb.c101 info = vd->vd_softc; in vt_vbefb_init()
103 info = vd->vd_softc = (void *)&local_vbe_info; in vt_vbefb_init()
/freebsd/sys/dev/vt/hw/efifb/
H A Defifb.c131 info = vd->vd_softc; in vt_efifb_init()
133 info = vd->vd_softc = (void *)&local_info; in vt_efifb_init()
/freebsd/sys/dev/virtio/gpu/
H A Dvirtio_gpu.c134 info = vd->vd_softc; in vtgpu_fb_blank()
153 info = vd->vd_softc; in vtgpu_fb_bitblt_text()
176 info = vd->vd_softc; in vtgpu_fb_bitblt_bitmap()
203 info = vd->vd_softc; in vtgpu_fb_drawrect()
220 info = vd->vd_softc; in vtgpu_fb_setpixel()
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c138 struct fb_info *sc = vd->vd_softc; in ofwfb_bitblt_bitmap()
165 if (((struct ofwfb_softc *)vd->vd_softc)->iso_palette) { in ofwfb_bitblt_bitmap()
411 struct ofwfb_softc *sc = vd->vd_softc; in ofwfb_initialize()
504 vd->vd_softc = sc = &ofwfb_conssoftc; in ofwfb_init()
/freebsd/sys/dev/vt/hw/simplefb/
H A Dsimplefb.c171 vd->vd_softc = sc = &local_info; in vt_simplefb_init()
/freebsd/sys/powerpc/ps3/
H A Dps3_syscons.c160 vd->vd_softc = sc = &ps3fb_softc; in ps3fb_init()
/freebsd/sys/dev/vt/
H A Dvt.h127 void *vd_softc; /* (u) Driver data. */ member
H A Dvt_core.c214 .vd_softc = NULL,
3278 vd->vd_prev_softc = vd->vd_softc; in vt_replace_backend()
3280 vd->vd_softc = softc; in vt_replace_backend()
3292 old_softc = vd->vd_softc; in vt_replace_backend()
3295 vd->vd_softc = vd->vd_prev_softc; in vt_replace_backend()
3401 main_vd->vd_softc != softc) in vt_deallocate()