Home
last modified time | relevance | path

Searched refs:earlycon_console (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/parisc/kernel/
H A Dpdc_cons.c48 struct console *earlycon_console; in pdc_earlycon_setup() local
54 earlycon_console = device->con; in pdc_earlycon_setup()
55 earlycon_console->write = pdc_console_write; in pdc_earlycon_setup()
/openbmc/linux/drivers/firmware/efi/
H A Dearlycon.c17 static const struct console *earlycon_console __initdata;
36 if (!earlycon_console || !console_is_registered(earlycon_console)) in efi_earlycon_remap_fb()
49 if (efi_fb && !console_is_registered(earlycon_console)) in efi_earlycon_unmap_fb()
272 earlycon_console = device->con; in efi_earlycon_setup()