Home
last modified time | relevance | path

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

/linux-6.1.9/arch/parisc/kernel/
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()
/linux-6.1.9/drivers/firmware/efi/
Dearlycon.c16 static const struct console *earlycon_console __initdata;
33 if (!earlycon_console || !(earlycon_console->flags & CON_ENABLED)) in efi_earlycon_remap_fb()
46 if (efi_fb && !(earlycon_console->flags & CON_ENABLED)) in efi_earlycon_unmap_fb()
243 earlycon_console = device->con; in efi_earlycon_setup()