Searched refs:vt_driver (Results 1 – 11 of 11) sorted by relevance
89 struct vt_driver;91 int vt_allocate(const struct vt_driver *, void *);92 int vt_deallocate(const struct vt_driver *, void *);126 const struct vt_driver *vd_driver; /* (c) Graphics driver. */128 const struct vt_driver *vd_prev_driver;/* (?) Previous driver. */360 struct vt_driver { struct
201 SET_DECLARE(vt_drv_set, struct vt_driver);1838 struct vt_driver *vtd, **vtdlist, *vtdbest = NULL; in vtterm_cnprobe() 3246 vt_replace_backend(const struct vt_driver *drv, void *softc) in vt_replace_backend() 3288 const struct vt_driver *old_drv; in vt_replace_backend() 3363 vt_allocate(const struct vt_driver *drv, void *softc) in vt_allocate() 3393 vt_deallocate(const struct vt_driver *drv, void *softc) in vt_deallocate()
52 static struct vt_driver vt_vbefb_driver = {
52 static struct vt_driver vt_efifb_driver = {
54 static struct vt_driver vt_simplefb_driver = {
71 static struct vt_driver vt_ps3fb_driver = {
53 static struct vt_driver vt_fb_early_driver = {
45 static struct vt_driver vt_fb_driver = {
71 static const struct vt_driver vt_ofwfb_driver = {
107 static struct vt_driver vtgpu_fb_driver = {
104 static const struct vt_driver vt_vga_driver = {