Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dpxa.c597 static void wait_for_xmitr(struct uart_pxa_port *up) in wait_for_xmitr() function
626 wait_for_xmitr(up); in serial_pxa_console_putchar()
665 wait_for_xmitr(up); in serial_pxa_console_write()
705 wait_for_xmitr(up); in serial_pxa_put_poll_char()
715 wait_for_xmitr(up); in serial_pxa_put_poll_char()
H A Dbcm63xx_uart.c654 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr() function
688 wait_for_xmitr(port); in bcm_console_putchar()
719 wait_for_xmitr(port); in bcm_console_write()
774 wait_for_xmitr(&dev->port); in bcm_early_write()
H A Dserial_txx9.c458 static void wait_for_xmitr(struct uart_txx9_port *up) in wait_for_xmitr() function
521 wait_for_xmitr(up); in serial_txx9_put_poll_char()
531 wait_for_xmitr(up); in serial_txx9_put_poll_char()
888 wait_for_xmitr(up); in serial_txx9_console_putchar()
922 wait_for_xmitr(up); in serial_txx9_console_write()
H A Dvt8500_serial.c475 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr() function
491 wait_for_xmitr(port); in vt8500_console_putchar()
513 wait_for_xmitr(&vt8500_port->uart); in vt8500_console_write()
H A Dvr41xx_siu.c721 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr() function
748 wait_for_xmitr(port); in siu_console_putchar()
764 wait_for_xmitr(port); in siu_console_write()
H A Dpch_uart.c1493 static void wait_for_xmitr(struct eg20t_port *up, int bits) in wait_for_xmitr() function
1553 wait_for_xmitr(priv, UART_LSR_THRE); in pch_uart_put_poll_char()
1563 wait_for_xmitr(priv, BOTH_EMPTY); in pch_uart_put_poll_char()
1599 wait_for_xmitr(priv, UART_LSR_THRE); in pch_console_putchar()
1649 wait_for_xmitr(priv, BOTH_EMPTY); in pch_console_write()
H A Dsprd_serial.c974 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr() function
989 wait_for_xmitr(port); in sprd_console_putchar()
1010 wait_for_xmitr(port); in sprd_console_write()
H A Domap-serial.c1168 static void __maybe_unused wait_for_xmitr(struct uart_omap_port *up) in wait_for_xmitr() function
1206 wait_for_xmitr(up); in serial_omap_poll_put_char()
1299 wait_for_xmitr(up); in serial_omap_console_putchar()
1334 wait_for_xmitr(up); in serial_omap_console_write()
H A Dsunsu.c1262 static void wait_for_xmitr(struct uart_sunsu_port *up) in wait_for_xmitr() function
1292 wait_for_xmitr(up); in sunsu_console_putchar()
1325 wait_for_xmitr(up); in sunsu_console_write()
H A Dmvebu-uart.c659 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr() function
677 wait_for_xmitr(port); in mvebu_uart_console_putchar()
/OK3568_Linux_fs/kernel/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.c132 .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()
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_port.c2108 static void wait_for_xmitr(struct uart_8250_port *up, int bits) in wait_for_xmitr() function
2183 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_put_poll_char()
2193 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_put_poll_char()
2345 wait_for_xmitr(up, UART_LSR_THRE); in serial8250_do_startup()
3369 wait_for_xmitr(up, UART_LSR_THRE); in serial8250_console_putchar()
3447 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_console_write()