Lines Matching defs:vcons_screen
44 struct vcons_screen {
46 LIST_ENTRY(vcons_screen) next;
58 #define VCONS_SCREEN_IS_STATIC 2 /* don't free() this vcons_screen */
115 * setup the rasops part of the passed vcons_screen, like
119 void (*init_screen)(void *, struct vcons_screen *, int,
124 void (*show_screen_cb)(struct vcons_screen *, void *);
126 struct vcons_screen *active;
135 int vcons_init_screen(struct vcons_data *, struct vcons_screen *, int,
139 void vcons_redraw_screen(struct vcons_screen *);
141 void vcons_update_screen(struct vcons_screen *);
143 void vcons_replay_msgbuf(struct vcons_screen *);
147 void vcons_hard_switch(struct vcons_screen *);
149 int vcons_offset_to_zero(const struct vcons_screen *);