Home
last modified time | relevance | path

Searched refs:early_console_dev (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dearlycon.c71 earlycon->data = &early_console_dev; in earlycon_init()
154 err = match->setup(&early_console_dev, buf); in register_earlycon()
155 earlycon_print_info(&early_console_dev); in register_earlycon()
158 if (!early_console_dev.con->write) in register_earlycon()
161 register_console(early_console_dev.con); in register_earlycon()
306 early_console_dev.baud = be32_to_cpu(*val); in of_setup_earlycon()
314 strscpy(early_console_dev.options, options, in of_setup_earlycon()
315 sizeof(early_console_dev.options)); in of_setup_earlycon()
319 earlycon_print_info(&early_console_dev); in of_setup_earlycon()
322 if (!early_console_dev.con->write) in of_setup_earlycon()
[all …]
/openbmc/linux/arch/um/kernel/
H A Dearly_printk.c16 static struct console early_console_dev = { variable
26 early_console = &early_console_dev; in setup_early_printk()
27 register_console(&early_console_dev); in setup_early_printk()
/openbmc/linux/arch/arm/kernel/
H A Dearly_printk.c33 static struct console early_console_dev = { variable
42 early_console = &early_console_dev; in setup_early_printk()
43 register_console(&early_console_dev); in setup_early_printk()