Searched refs:console_drivers (Results 1 – 1 of 1) sorted by relevance
90 struct console *console_drivers; variable91 EXPORT_SYMBOL_GPL(console_drivers);1940 if (!console_drivers) in call_console_drivers()3009 if (console_drivers && console_drivers->flags & CON_BOOT) in register_console()3010 bcon = console_drivers; in register_console()3012 if (!has_preferred_console || bcon || !console_drivers) in register_console()3058 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()3059 newcon->next = console_drivers; in register_console()3060 console_drivers = newcon; in register_console()3066 newcon->next = console_drivers->next; in register_console()[all …]