Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dearly_printk.c312 static struct console early_serial_console = { variable
350 early_console_register(&early_serial_console, keep); in setup_early_printk()
356 early_console_register(&early_serial_console, keep); in setup_early_printk()
361 early_console_register(&early_serial_console, keep); in setup_early_printk()
/linux-4.4.14/arch/x86/boot/compressed/
DMakefile47 vmlinux-objs-$(CONFIG_EARLY_PRINTK) += $(obj)/early_serial_console.o
/linux-4.4.14/drivers/tty/serial/
Dsh-sci.c2479 static struct console early_serial_console = { variable
2492 if (early_serial_console.data) in sci_probe_earlyprintk()
2495 early_serial_console.index = pdev->id; in sci_probe_earlyprintk()
2499 serial_console_setup(&early_serial_console, early_serial_buf); in sci_probe_earlyprintk()
2502 early_serial_console.flags |= CON_BOOT; in sci_probe_earlyprintk()
2504 register_console(&early_serial_console); in sci_probe_earlyprintk()
/linux-4.4.14/arch/x86/boot/
DMakefile26 setup-y += early_serial_console.o edd.o header.o main.o memory.o