Searched refs:do_take_over_console (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/alpha/kernel/
H A Dconsole.c67 do_take_over_console(&vga_con, 0, MAX_NR_CONSOLES-1, 1);
H A Dprocess.c142 do_take_over_console(&dummy_con, 0, MAX_NR_CONSOLES-1, 1);
/linux-master/arch/mips/pci/
H A Dpci-bcm1480.c249 do_take_over_console(&vga_con, 0, MAX_NR_CONSOLES-1, 1);
H A Dpci-sb1250.c274 do_take_over_console(&vga_con, 0, MAX_NR_CONSOLES - 1, 1);
/linux-master/include/linux/
H A Dconsole.h142 int do_take_over_console(const struct consw *sw, int first, int last, int deflt);
/linux-master/drivers/video/console/
H A Dsticon.c386 err = do_take_over_console(&sti_con, 0, MAX_NR_CONSOLES - 1,
H A Dmdacon.c551 err = do_take_over_console(&mda_con, mda_first_vc-1, mda_last_vc-1, 0);
H A Dnewport_con.c299 /* Can't be __init, do_take_over_console may call it later */
715 err = do_take_over_console(&newport_con, 0, MAX_NR_CONSOLES - 1, 1);
/linux-master/drivers/pci/
H A Dvgaarb.c177 ret = do_take_over_console(&dummy_con, 0,
/linux-master/drivers/tty/vt/
H A Dvt.c4374 * do_take_over_console is basically a register followed by bind
4376 int do_take_over_console(const struct consw *csw, int first, int last, int deflt) function
4393 EXPORT_SYMBOL_GPL(do_take_over_console); variable
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c531 err = do_take_over_console(&fb_con, first_fb_vc, last_fb_vc,
876 /* NOTE: fbcon cannot be __init: it may be called from do_take_over_console later */

Completed in 155 milliseconds