/linux/drivers/tty/serial/ |
H A D | earlycon-semihost.c | 19 uart_console_write(&dev->port, s, n, smh_putc); in smh_write()
|
H A D | imx_earlycon.c | 32 uart_console_write(&dev->port, s, count, imx_uart_console_early_putchar); in imx_uart_console_early_write()
|
H A D | earlycon-riscv-sbi.c | 22 uart_console_write(&dev->port, s, n, sbi_putc); in sbi_0_1_console_write()
|
H A D | esp32_acm.c | 285 uart_console_write(port, s, count, esp32s3_acm_put_char_sync); in esp32s3_acm_string_write() 323 uart_console_write(&dev->port, s, n, esp32s3_acm_put_char_sync); in esp32s3_acm_earlycon_write()
|
H A D | altera_jtaguart.c | 302 uart_console_write(port, s, count, altera_jtaguart_console_putc); in altera_jtaguart_console_write() 345 uart_console_write(&dev->port, s, count, altera_jtaguart_console_putc); in altera_jtaguart_earlycon_write()
|
H A D | liteuart.c | 384 uart_console_write(port, s, count, liteuart_putchar); in liteuart_console_write() 435 uart_console_write(port, s, count, liteuart_putchar); in early_liteuart_write()
|
H A D | mps2-uart.c | 429 uart_console_write(port, s, cnt, mps2_uart_console_putchar); in mps2_uart_console_write() 480 uart_console_write(&dev->port, s, n, mps2_early_putchar); in mps2_early_write()
|
H A D | altera_uart.c | 433 uart_console_write(port, s, count, altera_uart_console_putc); in altera_uart_console_write() 483 uart_console_write(&dev->port, s, count, altera_uart_console_putc); in altera_uart_earlycon_write()
|
H A D | sunplus-uart.c | 522 uart_console_write(&sunplus_console_ports[co->index]->port, s, count, in sunplus_console_write() 749 uart_console_write(&dev->port, s, n, sunplus_uart_putc); in sunplus_uart_early_write()
|
H A D | milbeaut_usio.c | 416 uart_console_write(port, s, count, mlb_usio_console_putchar); in mlb_usio_console_write() 469 uart_console_write(&dev->port, s, count, mlb_usio_console_putchar); in mlb_usio_early_console_write()
|
H A D | sifive.c | 747 uart_console_write(port, s, n, early_sifive_serial_putc); in early_sifive_serial_write() 803 uart_console_write(&ssp->port, s, count, sifive_serial_console_putchar); in sifive_serial_console_write()
|
H A D | uartlite.c | 514 uart_console_write(port, s, count, ulite_console_putchar); in ulite_console_write() 591 uart_console_write(&device->port, s, n, early_uartlite_putc); in early_uartlite_write()
|
H A D | bcm63xx_uart.c | 718 uart_console_write(port, s, count, bcm_console_putchar); in bcm_console_write() 774 uart_console_write(&dev->port, s, n, bcm_console_putchar); in bcm_early_write()
|
H A D | esp32_uart.c | 528 uart_console_write(port, s, count, esp32_uart_console_putchar); in esp32_uart_string_write() 613 uart_console_write(&dev->port, s, n, esp32_uart_earlycon_putchar); in esp32_uart_earlycon_write()
|
H A D | fsl_linflexuart.c | 635 uart_console_write(sport, s, count, linflex_console_putchar); in linflex_string_write() 776 uart_console_write(&dev->port, s, n, linflex_earlycon_putchar); in linflex_earlycon_write()
|
H A D | 21285.c | 396 uart_console_write(&serial21285_port, s, count, serial21285_console_putchar); in serial21285_console_write()
|
H A D | apbuart.c | 410 uart_console_write(port, s, count, apbuart_console_putchar); in apbuart_console_write()
|
H A D | digicolor-usart.c | 405 uart_console_write(port, c, n, digicolor_uart_console_putchar); in digicolor_uart_console_write()
|
H A D | clps711x.c | 371 uart_console_write(port, c, n, uart_clps711x_console_putchar); in uart_clps711x_console_write()
|
/linux/Documentation/driver-api/serial/ |
H A D | driver.rst | 31 There is also a helper function (uart_console_write()) which performs a 76 uart_add_one_port uart_remove_one_port uart_console_write
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_rt288x.c | 122 uart_console_write(port, s, count, au_putc); in au_early_serial8250_write()
|
H A D | 8250_early.c | 103 uart_console_write(port, s, count, serial_putc); in early_serial8250_write()
|
H A D | 8250_ingenic.c | 68 uart_console_write(&early_device->port, s, count, in ingenic_early_console_write()
|
/linux/drivers/tty/hvc/ |
H A D | hvc_dcc.c | 44 uart_console_write(&dev->port, s, n, dcc_uart_console_putchar); in dcc_early_write()
|
/linux/drivers/tty/ |
H A D | goldfish.c | 439 uart_console_write(&dev->port, s, n, gf_early_console_putchar); in gf_early_write()
|