Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/vt/hw/fb/
HDvt_fb.c95 info = vd->vd_softc; in vt_fb_ioctl()
143 info = vd->vd_softc; in vt_fb_mmap()
173 info = vd->vd_softc; in vt_fb_setpixel()
227 info = vd->vd_softc; in vt_fb_blank()
279 info = vd->vd_softc; in vt_fb_bitblt_bitmap()
346 info = vd->vd_softc; in vt_fb_bitblt_argb()
480 info = vd->vd_softc; in vt_fb_postswitch()
517 info = vd->vd_softc; in vt_fb_init()
HDvt_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-head/sys/dev/vt/hw/vga/
HDvt_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-head/sys/dev/vt/hw/vbefb/
HDvbefb.c101 info = vd->vd_softc; in vt_vbefb_init()
103 info = vd->vd_softc = (void *)&local_vbe_info; in vt_vbefb_init()
/freebsd-head/sys/dev/vt/hw/efifb/
HDefifb.c131 info = vd->vd_softc; in vt_efifb_init()
133 info = vd->vd_softc = (void *)&local_info; in vt_efifb_init()
/freebsd-head/sys/dev/virtio/gpu/
HDvirtio_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-head/sys/dev/vt/hw/ofwfb/
HDofwfb.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-head/sys/powerpc/ps3/
HDps3_syscons.c160 vd->vd_softc = sc = &ps3fb_softc; in ps3fb_init()
/freebsd-head/sys/dev/vt/hw/simplefb/
HDsimplefb.c171 vd->vd_softc = sc = &local_info; in vt_simplefb_init()
/freebsd-head/sys/dev/vt/
HDvt.h128 void *vd_softc; /* (u) Driver data. */ member
HDvt_core.c214 .vd_softc = NULL,
3270 vd->vd_prev_softc = vd->vd_softc; in vt_replace_backend()
3272 vd->vd_softc = softc; in vt_replace_backend()
3284 old_softc = vd->vd_softc; in vt_replace_backend()
3287 vd->vd_softc = vd->vd_prev_softc; in vt_replace_backend()
3393 main_vd->vd_softc != softc) in vt_deallocate()