Home
last modified time | relevance | path

Searched refs:console_drivers (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/arch/parisc/kernel/
Dpdc_cons.c255 if (console_drivers != NULL) in pdc_console_restart()
258 while ((console = console_drivers) != NULL) in pdc_console_restart()
259 unregister_console(console_drivers); in pdc_console_restart()
Dtraps.c245 if (!console_drivers) in die_if_kernel()
429 if (!console_drivers) in parisc_terminate()
/Linux-v5.15/kernel/printk/
Dprintk.c87 struct console *console_drivers; variable
88 EXPORT_SYMBOL_GPL(console_drivers);
1904 if (!console_drivers) in call_console_drivers()
2955 if (console_drivers && console_drivers->flags & CON_BOOT) in register_console()
2956 bcon = console_drivers; in register_console()
2958 if (!has_preferred_console || bcon || !console_drivers) in register_console()
3004 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()
3005 newcon->next = console_drivers; in register_console()
3006 console_drivers = newcon; in register_console()
3012 newcon->next = console_drivers->next; in register_console()
[all …]
/Linux-v5.15/include/linux/
Dconsole.h160 for (con = console_drivers; con != NULL; con = con->next)
173 extern struct console *console_drivers;