Home
last modified time | relevance | path

Searched refs:EARLYCON_DECLARE (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/tty/serial/8250/
H A D8250_early.c167 EARLYCON_DECLARE(uart8250, early_serial8250_setup);
168 EARLYCON_DECLARE(uart, early_serial8250_setup);
/openbmc/linux/drivers/tty/serial/
H A Dearlycon-semihost.c28 EARLYCON_DECLARE(smh, early_smh_setup);
H A Dearlycon-riscv-sbi.c31 EARLYCON_DECLARE(sbi, early_sbi_setup);
H A Duartlite.c595 EARLYCON_DECLARE(uartlite, early_uartlite_setup);
H A Dmvebu-uart.c703 EARLYCON_DECLARE(ar3700_uart, mvebu_uart_early_console_setup);
H A Dfsl_lpuart.c2770 EARLYCON_DECLARE(lpuart, lpuart_early_console_setup);
2771 EARLYCON_DECLARE(lpuart32, lpuart32_early_console_setup);
H A Damba-pl011.c2646 EARLYCON_DECLARE(qdf2400_e44, qdf2400_e44_early_console_setup);
/openbmc/linux/arch/parisc/kernel/
H A Dpdc_cons.c65 EARLYCON_DECLARE(pdc, pdc_earlycon_setup);
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_dcc.c55 EARLYCON_DECLARE(dcc, dcc_early_console_setup);
H A Dhvc_xen.c771 EARLYCON_DECLARE(xenboot, xenboot_earlycon_setup);
/openbmc/linux/drivers/firmware/efi/
H A Dearlycon.c275 EARLYCON_DECLARE(efifb, efi_earlycon_setup);
/openbmc/linux/include/linux/
H A Dserial_core.h937 #define EARLYCON_DECLARE(_name, fn) OF_EARLYCON_DECLARE(_name, "", fn) macro