Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dearly_printk.c314 static struct console early_serial_console = { variable
352 early_console_register(&early_serial_console, keep); in setup_early_printk()
358 early_console_register(&early_serial_console, keep); in setup_early_printk()
363 early_console_register(&early_serial_console, keep); in setup_early_printk()
/Linux-v4.19/arch/x86/boot/
DMakefile34 setup-y += early_serial_console.o edd.o header.o main.o memory.o
/Linux-v4.19/arch/x86/boot/compressed/
DMakefile79 vmlinux-objs-$(CONFIG_EARLY_PRINTK) += $(obj)/early_serial_console.o
/Linux-v4.19/drivers/tty/serial/
Dsh-sci.c3048 static struct console early_serial_console = { variable
3061 if (early_serial_console.data) in sci_probe_earlyprintk()
3064 early_serial_console.index = pdev->id; in sci_probe_earlyprintk()
3068 serial_console_setup(&early_serial_console, early_serial_buf); in sci_probe_earlyprintk()
3071 early_serial_console.flags |= CON_BOOT; in sci_probe_earlyprintk()
3073 register_console(&early_serial_console); in sci_probe_earlyprintk()