early_serial_console  323 arch/x86/kernel/early_printk.c static struct console early_serial_console = {
early_serial_console  361 arch/x86/kernel/early_printk.c 			early_console_register(&early_serial_console, keep);
early_serial_console  367 arch/x86/kernel/early_printk.c 			early_console_register(&early_serial_console, keep);
early_serial_console  372 arch/x86/kernel/early_printk.c 			early_console_register(&early_serial_console, keep);
early_serial_console 3100 drivers/tty/serial/sh-sci.c static struct console early_serial_console = {
early_serial_console 3113 drivers/tty/serial/sh-sci.c 	if (early_serial_console.data)
early_serial_console 3116 drivers/tty/serial/sh-sci.c 	early_serial_console.index = pdev->id;
early_serial_console 3120 drivers/tty/serial/sh-sci.c 	serial_console_setup(&early_serial_console, early_serial_buf);
early_serial_console 3123 drivers/tty/serial/sh-sci.c 		early_serial_console.flags |= CON_BOOT;
early_serial_console 3125 drivers/tty/serial/sh-sci.c 	register_console(&early_serial_console);