Searched refs:do_take_over_console (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/Documentation/driver-api/ |
H A D | console.rst | 18 call do_take_over_console() will succeed in the takeover regardless of the type 25 do_take_over_console() - load and bind driver to console layer 107 do_take_over_console() is now broken up into:: 123 or do_take_over_console(). do_register_con_driver() will just add the driver 125 console. do_take_over_console(), as it name implies, will also take over (or
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | console.c | 67 do_take_over_console(&vga_con, 0, MAX_NR_CONSOLES-1, 1); in locate_and_init_vga()
|
H A D | process.c | 142 do_take_over_console(&dummy_con, 0, MAX_NR_CONSOLES-1, 1); in common_shutdown_1()
|
/openbmc/linux/arch/mips/pci/ |
H A D | pci-bcm1480.c | 249 do_take_over_console(&vga_con, 0, MAX_NR_CONSOLES-1, 1); in bcm1480_pcibios_init()
|
H A D | pci-sb1250.c | 274 do_take_over_console(&vga_con, 0, MAX_NR_CONSOLES - 1, 1); in sb1250_pcibios_init()
|
/openbmc/linux/include/linux/ |
H A D | console.h | 106 int do_take_over_console(const struct consw *sw, int first, int last, int deflt);
|
/openbmc/linux/drivers/video/console/ |
H A D | sticon.c | 401 err = do_take_over_console(&sti_con, 0, MAX_NR_CONSOLES - 1, in sticonsole_init()
|
H A D | mdacon.c | 564 err = do_take_over_console(&mda_con, mda_first_vc-1, mda_last_vc-1, 0); in mda_console_init()
|
H A D | newport_con.c | 714 err = do_take_over_console(&newport_con, 0, MAX_NR_CONSOLES - 1, 1); in newport_probe()
|
/openbmc/linux/drivers/pci/ |
H A D | vgaarb.c | 177 ret = do_take_over_console(&dummy_con, 0, in vga_remove_vgacon()
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt.c | 4211 int do_take_over_console(const struct consw *csw, int first, int last, int deflt) in do_take_over_console() function 4228 EXPORT_SYMBOL_GPL(do_take_over_console);
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbcon.c | 530 err = do_take_over_console(&fb_con, first_fb_vc, last_fb_vc, in do_fbcon_takeover()
|