Home
last modified time | relevance | path

Searched refs:dummy_con (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/console/
H A Ddummycon.c150 const struct consw dummy_con = { variable
166 EXPORT_SYMBOL_GPL(dummy_con);
H A Dvgacon.c191 conswitchp = &dummy_con; in vgacon_startup()
/OK3568_Linux_fs/kernel/include/linux/
H A Dconsole.h98 extern const struct consw dummy_con; /* dummy console buffer */
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dprocess.c141 do_take_over_console(&dummy_con, 0, MAX_NR_CONSOLES-1, 1); in common_shutdown_1()
/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A Dsetup.c403 conswitchp = &dummy_con; in setup_arch()
/OK3568_Linux_fs/kernel/drivers/gpu/vga/
H A Dvgaarb.c204 ret = do_take_over_console(&dummy_con, 0, in vga_remove_vgacon()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbcon.c3367 if (conswitchp != &dummy_con) in fbcon_start()
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dvt.c3499 conswitchp = &dummy_con; in con_init()