Home
last modified time | relevance | path

Searched refs:wait_for_xmitr (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dpxa.c559 static void wait_for_xmitr(struct uart_pxa_port *up) in wait_for_xmitr() function
588 wait_for_xmitr(up); in serial_pxa_console_putchar()
627 wait_for_xmitr(up); in serial_pxa_console_write()
667 wait_for_xmitr(up); in serial_pxa_put_poll_char()
677 wait_for_xmitr(up); in serial_pxa_put_poll_char()
H A Dbcm63xx_uart.c663 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr() function
697 wait_for_xmitr(port); in bcm_console_putchar()
728 wait_for_xmitr(port); in bcm_console_write()
783 wait_for_xmitr(&dev->port); in bcm_early_write()
H A Dserial_txx9.c414 static void wait_for_xmitr(struct uart_port *up) in wait_for_xmitr() function
475 wait_for_xmitr(up); in serial_txx9_put_poll_char()
485 wait_for_xmitr(up); in serial_txx9_put_poll_char()
834 wait_for_xmitr(up); in serial_txx9_console_putchar()
868 wait_for_xmitr(up); in serial_txx9_console_write()
H A Dvt8500_serial.c452 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr() function
468 wait_for_xmitr(port); in vt8500_console_putchar()
490 wait_for_xmitr(&vt8500_port->uart); in vt8500_console_write()
H A Dsunplus-uart.c443 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr() function
462 wait_for_xmitr(port); in sunplus_poll_put_char()
504 wait_for_xmitr(port); in sunplus_uart_console_putchar()
H A Dma35d1_serial.c530 static void wait_for_xmitr(struct uart_ma35d1_port *up) in wait_for_xmitr() function
543 wait_for_xmitr(up); in ma35d1serial_console_putchar()
583 wait_for_xmitr(up); in ma35d1serial_console_write()
H A Dpch_uart.c1447 static void wait_for_xmitr(struct eg20t_port *up, int bits) in wait_for_xmitr() function
1507 wait_for_xmitr(priv, UART_LSR_THRE); in pch_uart_put_poll_char()
1517 wait_for_xmitr(priv, UART_LSR_BOTH_EMPTY); in pch_uart_put_poll_char()
1553 wait_for_xmitr(priv, UART_LSR_THRE); in pch_console_putchar()
1603 wait_for_xmitr(priv, UART_LSR_BOTH_EMPTY); in pch_console_write()
H A Domap-serial.c1078 static void __maybe_unused wait_for_xmitr(struct uart_omap_port *up) in wait_for_xmitr() function
1115 wait_for_xmitr(up); in serial_omap_poll_put_char()
1202 wait_for_xmitr(up); in serial_omap_console_putchar()
1235 wait_for_xmitr(up); in serial_omap_console_write()
H A Dsprd_serial.c948 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr() function
963 wait_for_xmitr(port); in sprd_console_putchar()
984 wait_for_xmitr(port); in sprd_console_write()
H A Dsunsu.c1254 static void wait_for_xmitr(struct uart_sunsu_port *up) in wait_for_xmitr() function
1284 wait_for_xmitr(up); in sunsu_console_putchar()
1317 wait_for_xmitr(up); in sunsu_console_write()
H A Dmvebu-uart.c707 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr() function
725 wait_for_xmitr(port); in mvebu_uart_console_putchar()
/openbmc/linux/drivers/accessibility/speakup/
H A Dspk_types.h165 int (*wait_for_xmitr)(struct spk_synth *synth); member
H A Dserialio.c44 .wait_for_xmitr = spk_serial_wait_for_xmitr,
H A Dspk_ttyio.c131 .wait_for_xmitr = spk_ttyio_wait_for_xmitr,
H A Dsynth.c162 if (synth->io_ops->wait_for_xmitr(synth) > 0) { in spk_synth_is_alive_restart()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_port.c2097 static void wait_for_xmitr(struct uart_8250_port *up, int bits) in wait_for_xmitr() function
2165 wait_for_xmitr(up, UART_LSR_BOTH_EMPTY); in serial8250_put_poll_char()
2175 wait_for_xmitr(up, UART_LSR_BOTH_EMPTY); in serial8250_put_poll_char()
2346 wait_for_xmitr(up, UART_LSR_THRE); in serial8250_do_startup()
3323 wait_for_xmitr(up, UART_LSR_THRE); in serial8250_console_putchar()
3454 wait_for_xmitr(up, UART_LSR_BOTH_EMPTY); in serial8250_console_write()