Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/wscons/
H A Dwsdisplay_vconsvar.h121 void (*show_screen_cb)(struct vcons_screen *, void *); member
H A Dwsdisplay_vcons.c197 vd->show_screen_cb = NULL; in vcons_init_common()
560 if (vd->show_screen_cb != NULL) in vcons_load_font()
561 vd->show_screen_cb(scr, vd->show_screen_cookie); in vcons_load_font()
640 if (vd->show_screen_cb != NULL) in vcons_do_switch()
641 vd->show_screen_cb(scr, vd->show_screen_cookie); in vcons_do_switch()
1696 if (vd->show_screen_cb != NULL) in vcons_invalidate_cache()
1697 vd->show_screen_cb(scr, vd->show_screen_cookie); in vcons_invalidate_cache()
/netbsd-src/sys/arch/hppa/dev/
H A Dhyperfb.c425 sc->vd.show_screen_cb = glyphcache_adapt; in hyperfb_attach()
H A Dgftfb.c290 sc->vd.show_screen_cb = glyphcache_adapt; in gftfb_attach()
/netbsd-src/sys/dev/pci/
H A Dr128fb.c273 sc->vd.show_screen_cb = glyphcache_adapt; in r128fb_attach()
H A Dmachfb.c727 sc->vd.show_screen_cb = glyphcache_adapt; in mach64_attach()
H A Dradeonfb.c982 dp->rd_vd.show_screen_cb = glyphcache_adapt; in radeonfb_attach()
/netbsd-src/sys/dev/sbus/
H A Dmgx.c342 sc->vd.show_screen_cb = mgx_adapt; in mgx_attach()
/netbsd-src/sys/dev/sun/
H A Dcgsix.c604 sc->vd.show_screen_cb = glyphcache_adapt; in cg6attach()
/netbsd-src/sys/dev/pci/voyager/
H A Dvoyagerfb.c302 sc->vd.show_screen_cb = glyphcache_adapt; in voyagerfb_attach()
/netbsd-src/sys/arch/sparc/dev/
H A Dcgfourteen.c761 sc->sc_vd.show_screen_cb = glyphcache_adapt; in cg14_setup_wsdisplay()