Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/driver-api/
Dconsole.rst18 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
/kernel/linux/linux-5.10/arch/alpha/kernel/
Dconsole.c67 do_take_over_console(&vga_con, 0, MAX_NR_CONSOLES-1, 1); in locate_and_init_vga()
Dprocess.c141 do_take_over_console(&dummy_con, 0, MAX_NR_CONSOLES-1, 1); in common_shutdown_1()
/kernel/linux/linux-5.10/arch/mips/pci/
Dpci-bcm1480.c249 do_take_over_console(&vga_con, 0, MAX_NR_CONSOLES-1, 1); in bcm1480_pcibios_init()
Dpci-sb1250.c274 do_take_over_console(&vga_con, 0, MAX_NR_CONSOLES - 1, 1); in sb1250_pcibios_init()
/kernel/linux/linux-5.10/include/linux/
Dconsole.h104 int do_take_over_console(const struct consw *sw, int first, int last, int deflt);
/kernel/linux/linux-5.10/drivers/video/console/
Dsticon.c400 err = do_take_over_console(&sti_con, 0, MAX_NR_CONSOLES - 1, in sticonsole_init()
Dmdacon.c564 err = do_take_over_console(&mda_con, mda_first_vc-1, mda_last_vc-1, 0); in mda_console_init()
Dnewport_con.c713 err = do_take_over_console(&newport_con, 0, MAX_NR_CONSOLES - 1, 1); in newport_probe()
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/
Dsisusb_con.c1448 ret = do_take_over_console(&sisusb_con, first - 1, last - 1, 0); in sisusb_console_init()
1495 do_take_over_console(&sisusb_dummy_con, i, i, 0); in sisusb_console_exit()
/kernel/linux/linux-5.10/drivers/gpu/vga/
Dvgaarb.c204 ret = do_take_over_console(&dummy_con, 0, in vga_remove_vgacon()
/kernel/linux/linux-5.10/drivers/tty/vt/
Dvt.c4270 int do_take_over_console(const struct consw *csw, int first, int last, int deflt) in do_take_over_console() function
4287 EXPORT_SYMBOL_GPL(do_take_over_console);
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
Dfbcon.c562 err = do_take_over_console(&fb_con, first_fb_vc, last_fb_vc, in do_fbcon_takeover()