Searched refs:console_drivers (Results 1 – 1 of 1) sorted by relevance
90 struct console *console_drivers; variable91 EXPORT_SYMBOL_GPL(console_drivers);1938 if (!console_drivers) in call_console_drivers()3007 if (console_drivers && console_drivers->flags & CON_BOOT) in register_console()3008 bcon = console_drivers; in register_console()3010 if (!has_preferred_console || bcon || !console_drivers) in register_console()3056 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()3057 newcon->next = console_drivers; in register_console()3058 console_drivers = newcon; in register_console()3064 newcon->next = console_drivers->next; in register_console()[all …]