Home
last modified time | relevance | path

Searched refs:do_take_over_console (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/Documentation/console/
Dconsole.txt15 call do_take_over_console() will succeed in the takeover regardless of the type
22 do_take_over_console() - load and bind driver to console layer
97 do_take_over_console() is now broken up into:
113 or do_take_over_console(). do_register_con_driver() will just add the driver to
115 console. do_take_over_console(), as it name implies, will also take over (or
/linux-4.4.14/arch/alpha/kernel/
Dconsole.c65 do_take_over_console(&vga_con, 0, MAX_NR_CONSOLES-1, 1); in locate_and_init_vga()
Dprocess.c138 do_take_over_console(&dummy_con, 0, MAX_NR_CONSOLES-1, 1); in common_shutdown_1()
/linux-4.4.14/include/linux/
Dconsole.h79 int do_take_over_console(const struct consw *sw, int first, int last, int deflt);
/linux-4.4.14/arch/mips/pci/
Dpci-sb1250.c287 do_take_over_console(&vga_con, 0, MAX_NR_CONSOLES - 1, 1); in sb1250_pcibios_init()
Dpci-bcm1480.c262 do_take_over_console(&vga_con, 0, MAX_NR_CONSOLES-1, 1); in bcm1480_pcibios_init()
/linux-4.4.14/drivers/video/console/
Dsticon.c387 err = do_take_over_console(&sti_con, 0, MAX_NR_CONSOLES - 1, 1); in sticonsole_init()
Dmdacon.c593 err = do_take_over_console(&mda_con, mda_first_vc-1, mda_last_vc-1, 0); in mda_console_init()
Dnewport_con.c762 err = do_take_over_console(&newport_con, 0, MAX_NR_CONSOLES - 1, 1); in newport_probe()
Dfbcon.c541 err = do_take_over_console(&fb_con, first_fb_vc, last_fb_vc, in do_fbcon_takeover()
/linux-4.4.14/drivers/usb/misc/sisusbvga/
Dsisusb_con.c1512 ret = do_take_over_console(&sisusb_con, first - 1, last - 1, 0); in sisusb_console_init()
1559 do_take_over_console(&sisusb_dummy_con, i, i, 0); in sisusb_console_exit()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_dma.c517 ret = do_take_over_console(&dummy_con, 0, MAX_NR_CONSOLES - 1, 1); in i915_kick_out_vgacon()
/linux-4.4.14/drivers/tty/vt/
Dvt.c3721 int do_take_over_console(const struct consw *csw, int first, int last, int deflt) in do_take_over_console() function
3738 EXPORT_SYMBOL_GPL(do_take_over_console);