Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
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.c445 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr() function
464 wait_for_xmitr(port); in sunplus_poll_put_char()
506 wait_for_xmitr(port); in sunplus_uart_console_putchar()
H A Dsprd_serial.c972 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr() function
987 wait_for_xmitr(port); in sprd_console_putchar()
1008 wait_for_xmitr(port); in sprd_console_write()
/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()