Searched refs:early_serial8250_setup (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/tty/serial/8250/ |
D | 8250_early.c | 155 int __init early_serial8250_setup(struct earlycon_device *device, in early_serial8250_setup() function 175 EARLYCON_DECLARE(uart8250, early_serial8250_setup); 176 EARLYCON_DECLARE(uart, early_serial8250_setup); 177 OF_EARLYCON_DECLARE(ns16550, "ns16550", early_serial8250_setup); 178 OF_EARLYCON_DECLARE(ns16550a, "ns16550a", early_serial8250_setup); 179 OF_EARLYCON_DECLARE(uart, "nvidia,tegra20-uart", early_serial8250_setup); 180 OF_EARLYCON_DECLARE(uart, "snps,dw-apb-uart", early_serial8250_setup);
|
D | 8250_pxa.c | 183 return early_serial8250_setup(device, NULL); in early_serial_pxa_setup()
|
D | 8250_bcm2835aux.c | 246 return early_serial8250_setup(device, NULL); in early_bcm2835aux_setup()
|
D | 8250_uniphier.c | 56 return early_serial8250_setup(device, options); in uniphier_early_console_setup()
|
D | 8250_mtk.c | 690 return early_serial8250_setup(device, NULL); in early_mtk8250_setup()
|
/Linux-v6.1/include/linux/ |
D | serial_8250.h | 156 extern int early_serial8250_setup(struct earlycon_device *device,
|