Searched refs:vt_driver (Results 1 – 11 of 11) sorted by relevance
90 struct vt_driver;92 int vt_allocate(const struct vt_driver *, void *);93 int vt_deallocate(const struct vt_driver *, void *);127 const struct vt_driver *vd_driver; /* (c) Graphics driver. */129 const struct vt_driver *vd_prev_driver;/* (?) Previous driver. */361 struct vt_driver { struct
199 SET_DECLARE(vt_drv_set, struct vt_driver);1838 struct vt_driver *vtd, **vtdlist, *vtdbest = NULL; in vtterm_cnprobe()3243 vt_replace_backend(const struct vt_driver *drv, void *softc) in vt_replace_backend()3285 const struct vt_driver *old_drv; in vt_replace_backend()3360 vt_allocate(const struct vt_driver *drv, void *softc) in vt_allocate()3390 vt_deallocate(const struct vt_driver *drv, void *softc) in vt_deallocate()
53 static struct vt_driver vt_vbefb_driver = {
53 static struct vt_driver vt_efifb_driver = {
55 static struct vt_driver vt_simplefb_driver = {
72 static struct vt_driver vt_ps3fb_driver = {
54 static struct vt_driver vt_fb_early_driver = {
45 static struct vt_driver vt_fb_driver = {
72 static const struct vt_driver vt_ofwfb_driver = {
107 static struct vt_driver vtgpu_fb_driver = {
105 static const struct vt_driver vt_vga_driver = {