Home
last modified time | relevance | path

Searched refs:early_serial8250_setup (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250_early.c147 int __init early_serial8250_setup(struct earlycon_device *device, in early_serial8250_setup() function
167 EARLYCON_DECLARE(uart8250, early_serial8250_setup);
168 EARLYCON_DECLARE(uart, early_serial8250_setup);
169 OF_EARLYCON_DECLARE(ns16550, "ns16550", early_serial8250_setup);
170 OF_EARLYCON_DECLARE(ns16550a, "ns16550a", early_serial8250_setup);
171 OF_EARLYCON_DECLARE(uart, "nvidia,tegra20-uart", early_serial8250_setup);
172 OF_EARLYCON_DECLARE(uart, "snps,dw-apb-uart", early_serial8250_setup);
H A D8250_pxa.c183 return early_serial8250_setup(device, NULL); in early_serial_pxa_setup()
H A D8250_uniphier.c51 * Do not touch the divisor register in early_serial8250_setup(); in uniphier_early_console_setup()
56 return early_serial8250_setup(device, options); in uniphier_early_console_setup()
H A D8250_bcm2835aux.c248 return early_serial8250_setup(device, NULL); in early_bcm2835aux_setup()
H A D8250_mtk.c669 return early_serial8250_setup(device, NULL); in early_mtk8250_setup()
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250_early.c157 int __init early_serial8250_setup(struct earlycon_device *device, in early_serial8250_setup() function
177 EARLYCON_DECLARE(uart8250, early_serial8250_setup);
178 EARLYCON_DECLARE(uart, early_serial8250_setup);
179 OF_EARLYCON_DECLARE(ns16550, "ns16550", early_serial8250_setup);
180 OF_EARLYCON_DECLARE(ns16550a, "ns16550a", early_serial8250_setup);
181 OF_EARLYCON_DECLARE(uart, "nvidia,tegra20-uart", early_serial8250_setup);
182 OF_EARLYCON_DECLARE(uart, "snps,dw-apb-uart", early_serial8250_setup);
H A D8250_bcm2835aux.c203 return early_serial8250_setup(device, NULL); in early_bcm2835aux_setup()
H A D8250_pxa.c184 return early_serial8250_setup(device, NULL); in early_serial_pxa_setup()
H A D8250_uniphier.c51 * Do not touch the divisor register in early_serial8250_setup(); in uniphier_early_console_setup()
56 return early_serial8250_setup(device, options); in uniphier_early_console_setup()
H A D8250_mtk.c690 return early_serial8250_setup(device, NULL); in early_mtk8250_setup()
/kernel/linux/linux-5.10/include/linux/
H A Dserial_8250.h156 extern int early_serial8250_setup(struct earlycon_device *device,
/kernel/linux/linux-6.6/include/linux/
H A Dserial_8250.h183 int early_serial8250_setup(struct earlycon_device *device, const char *options);

Completed in 7 milliseconds