Lines Matching refs:ffb_console_screen
117 static struct vcons_screen ffb_console_screen; variable
334 ri = &ffb_console_screen.scr_ri; in ffb_attach()
338 ffb_console_screen.scr_flags = VCONS_SCREEN_IS_STATIC; in ffb_attach()
339 vcons_init_screen(&sc->vd, &ffb_console_screen, 1, &defattr); in ffb_attach()
340 SCREEN_VISIBLE((&ffb_console_screen)); in ffb_attach()
345 sc->vd.active = &ffb_console_screen; in ffb_attach()
347 if (ffb_console_screen.scr_ri.ri_rows == 0) { in ffb_attach()
349 vcons_init_screen(&sc->vd, &ffb_console_screen, 1, &defattr); in ffb_attach()
372 vcons_replay_msgbuf(&ffb_console_screen); in ffb_attach()
842 if ((sc->vd.active != &ffb_console_screen) && in ffbfb_unblank()
843 (ffb_console_screen.scr_flags & VCONS_SCREEN_IS_STATIC)) { in ffbfb_unblank()
851 sc->vd.active = &ffb_console_screen; in ffbfb_unblank()
973 struct rasops_info *ri = &ffb_console_screen.scr_ri; in ffb_clearscreen()