Searched refs:console_drivers (Results 1 – 2 of 2) sorted by relevance
87 struct console *console_drivers; variable88 EXPORT_SYMBOL_GPL(console_drivers);1775 if (!console_drivers) in call_console_drivers()2656 if (console_drivers) in register_console()2667 if (console_drivers && newcon->flags & CON_BOOT) { in register_console()2678 if (console_drivers && console_drivers->flags & CON_BOOT) in register_console()2679 bcon = console_drivers; in register_console()2681 if (!has_preferred || bcon || !console_drivers) in register_console()2754 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()2755 newcon->next = console_drivers; in register_console()[all …]
566 struct console *c = console_drivers; in vkdb_printf()765 c = console_drivers; in vkdb_printf()