Searched refs:vt_driver (Results 1 – 9 of 9) sorted by relevance
89 struct vt_driver;91 void vt_allocate(const struct vt_driver *, void *);92 void vt_deallocate(const struct vt_driver *, void *);125 const struct vt_driver *vd_driver; /* (c) Graphics driver. */127 const struct vt_driver *vd_prev_driver;/* (?) Previous driver. */332 struct vt_driver { struct
182 SET_DECLARE(vt_drv_set, struct vt_driver);1294 struct vt_driver *vtd, **vtdlist, *vtdbest = NULL; in vtterm_cnprobe()2662 vt_replace_backend(const struct vt_driver *drv, void *softc) in vt_replace_backend()2704 const struct vt_driver *old_drv; in vt_replace_backend()2770 vt_allocate(const struct vt_driver *drv, void *softc) in vt_allocate()2798 vt_deallocate(const struct vt_driver *drv, void *softc) in vt_deallocate()
55 static struct vt_driver vt_efifb_driver = {
73 static struct vt_driver vt_ps3fb_driver = {
55 static struct vt_driver vt_fb_early_driver = {
45 static struct vt_driver vt_fb_driver = {
51 static const struct vt_driver vt_creatorfb_driver = {
66 static const struct vt_driver vt_ofwfb_driver = {
96 static const struct vt_driver vt_vga_driver = {