Symbol: uart_console_device
drivers/tty/serial/21285.c
462
.device = uart_console_device,
drivers/tty/serial/8250/8250_core.c
500
.device = uart_console_device,
drivers/tty/serial/altera_jtaguart.c
321
.device = uart_console_device,
drivers/tty/serial/altera_uart.c
460
.device = uart_console_device,
drivers/tty/serial/amba-pl010.c
639
.device = uart_console_device,
drivers/tty/serial/amba-pl011.c
2609
.device = uart_console_device,
drivers/tty/serial/apbuart.c
481
.device = uart_console_device,
drivers/tty/serial/ar933x_uart.c
741
.device = uart_console_device,
drivers/tty/serial/arc_uart.c
530
.device = uart_console_device,
drivers/tty/serial/atmel_serial.c
2670
.device = uart_console_device,
drivers/tty/serial/bcm63xx_uart.c
755
.device = uart_console_device,
drivers/tty/serial/clps711x.c
430
.device = uart_console_device,
drivers/tty/serial/cpm_uart.c
1484
.device = uart_console_device,
drivers/tty/serial/digicolor-usart.c
436
.device = uart_console_device,
drivers/tty/serial/dz.c
891
.device = uart_console_device,
drivers/tty/serial/esp32_acm.c
312
.device = uart_console_device,
drivers/tty/serial/esp32_uart.c
595
.device = uart_console_device,
drivers/tty/serial/fsl_linflexuart.c
764
.device = uart_console_device,
drivers/tty/serial/fsl_lpuart.c
2695
.device = uart_console_device,
drivers/tty/serial/fsl_lpuart.c
2705
.device = uart_console_device,
drivers/tty/serial/imx.c
2348
.device = uart_console_device,
drivers/tty/serial/ip22zilog.c
1008
.device = uart_console_device,
drivers/tty/serial/lantiq.c
648
.device = uart_console_device,
drivers/tty/serial/liteuart.c
414
.device = uart_console_device,
drivers/tty/serial/lpc32xx_hs.c
179
.device = uart_console_device,
drivers/tty/serial/ma35d1_serial.c
634
.device = uart_console_device,
drivers/tty/serial/mcf.c
529
.device = uart_console_device,
drivers/tty/serial/meson_uart.c
615
.device = uart_console_device, \
drivers/tty/serial/milbeaut_usio.c
449
.device = uart_console_device,
drivers/tty/serial/mpc52xx_uart.c
1641
.device = uart_console_device,
drivers/tty/serial/mps2-uart.c
458
.device = uart_console_device,
drivers/tty/serial/msm_serial.c
1766
.device = uart_console_device,
drivers/tty/serial/mux.c
391
.device = uart_console_device,
drivers/tty/serial/mvebu-uart.c
791
.device = uart_console_device,
drivers/tty/serial/mxs-auart.c
1428
.device = uart_console_device,
drivers/tty/serial/omap-serial.c
1269
.device = uart_console_device,
drivers/tty/serial/owl-uart.c
579
.device = uart_console_device,
drivers/tty/serial/pch_uart.c
1616
.device = uart_console_device,
drivers/tty/serial/pic32_uart.c
822
.device = uart_console_device,
drivers/tty/serial/pmac_zilog.c
1722
.device = uart_console_device,
drivers/tty/serial/pxa.c
702
.device = uart_console_device,
drivers/tty/serial/qcom_geni_serial.c
1583
.device = uart_console_device,
drivers/tty/serial/rda-uart.c
646
.device = uart_console_device,
drivers/tty/serial/sa1100.c
777
.device = uart_console_device,
drivers/tty/serial/samsung_tty.c
2394
.device = uart_console_device,
drivers/tty/serial/sb1250-duart.c
891
.device = uart_console_device,
drivers/tty/serial/sccnxp.c
965
s->uart.cons->device = uart_console_device;
drivers/tty/serial/serial_core.c
2803
EXPORT_SYMBOL_GPL(uart_console_device);
drivers/tty/serial/serial_txx9.c
905
.device = uart_console_device,
drivers/tty/serial/sh-sci.c
3481
.device = uart_console_device,
drivers/tty/serial/sifive.c
905
.device = uart_console_device,
drivers/tty/serial/sprd_serial.c
1042
.device = uart_console_device,
drivers/tty/serial/st-asc.c
908
.device = uart_console_device,
drivers/tty/serial/stm32-usart.c
1987
.device = uart_console_device,
drivers/tty/serial/sunhv.c
517
.device = uart_console_device,
drivers/tty/serial/sunplus-uart.c
554
.device = uart_console_device,
drivers/tty/serial/sunsab.c
945
.device = uart_console_device,
drivers/tty/serial/sunsu.c
1339
.device = uart_console_device,
drivers/tty/serial/sunzilog.c
1262
.device = uart_console_device,
drivers/tty/serial/tegra-tcu.c
202
tcu->console.device = uart_console_device;
drivers/tty/serial/tegra-utc.c
510
tup->console.device = uart_console_device;
drivers/tty/serial/uartlite.c
560
.device = uart_console_device,
drivers/tty/serial/vt8500_serial.c
520
.device = uart_console_device,
drivers/tty/serial/xilinx_uartps.c
1448
.device = uart_console_device,
drivers/tty/serial/zs.c
1224
.device = uart_console_device,
include/linux/serial_core.h
1123
struct tty_driver *uart_console_device(struct console *co, int *index);