Symbol: wait_for_xmitr
drivers/accessibility/speakup/serialio.c
44
.wait_for_xmitr = spk_serial_wait_for_xmitr,
drivers/accessibility/speakup/spk_ttyio.c
131
.wait_for_xmitr = spk_ttyio_wait_for_xmitr,
drivers/accessibility/speakup/spk_types.h
165
int (*wait_for_xmitr)(struct spk_synth *synth);
drivers/accessibility/speakup/synth.c
162
if (synth->io_ops->wait_for_xmitr(synth) > 0) {
drivers/tty/serial/8250/8250_port.c
2045
wait_for_xmitr(up, UART_LSR_BOTH_EMPTY);
drivers/tty/serial/8250/8250_port.c
2055
wait_for_xmitr(up, UART_LSR_BOTH_EMPTY);
drivers/tty/serial/8250/8250_port.c
2170
wait_for_xmitr(up, UART_LSR_THRE);
drivers/tty/serial/8250/8250_port.c
3224
wait_for_xmitr(up, UART_LSR_THRE);
drivers/tty/serial/8250/8250_port.c
3365
wait_for_xmitr(up, UART_LSR_BOTH_EMPTY);
drivers/tty/serial/bcm63xx_uart.c
696
wait_for_xmitr(port);
drivers/tty/serial/bcm63xx_uart.c
721
wait_for_xmitr(port);
drivers/tty/serial/bcm63xx_uart.c
775
wait_for_xmitr(&dev->port);
drivers/tty/serial/ma35d1_serial.c
543
wait_for_xmitr(up);
drivers/tty/serial/ma35d1_serial.c
583
wait_for_xmitr(up);
drivers/tty/serial/mvebu-uart.c
723
wait_for_xmitr(port);
drivers/tty/serial/omap-serial.c
1114
wait_for_xmitr(up);
drivers/tty/serial/omap-serial.c
1201
wait_for_xmitr(up);
drivers/tty/serial/omap-serial.c
1231
wait_for_xmitr(up);
drivers/tty/serial/pch_uart.c
1491
wait_for_xmitr(priv, UART_LSR_THRE);
drivers/tty/serial/pch_uart.c
1501
wait_for_xmitr(priv, UART_LSR_BOTH_EMPTY);
drivers/tty/serial/pch_uart.c
1536
wait_for_xmitr(priv, UART_LSR_THRE);
drivers/tty/serial/pch_uart.c
1576
wait_for_xmitr(priv, UART_LSR_BOTH_EMPTY);
drivers/tty/serial/pxa.c
588
wait_for_xmitr(up);
drivers/tty/serial/pxa.c
624
wait_for_xmitr(up);
drivers/tty/serial/pxa.c
662
wait_for_xmitr(up);
drivers/tty/serial/pxa.c
672
wait_for_xmitr(up);
drivers/tty/serial/serial_txx9.c
476
wait_for_xmitr(up);
drivers/tty/serial/serial_txx9.c
486
wait_for_xmitr(up);
drivers/tty/serial/serial_txx9.c
835
wait_for_xmitr(up);
drivers/tty/serial/serial_txx9.c
869
wait_for_xmitr(up);
drivers/tty/serial/sprd_serial.c
1008
wait_for_xmitr(port);
drivers/tty/serial/sprd_serial.c
987
wait_for_xmitr(port);
drivers/tty/serial/sunplus-uart.c
464
wait_for_xmitr(port);
drivers/tty/serial/sunplus-uart.c
506
wait_for_xmitr(port);
drivers/tty/serial/sunsu.c
1261
wait_for_xmitr(up);
drivers/tty/serial/sunsu.c
1294
wait_for_xmitr(up);
drivers/tty/serial/vt8500_serial.c
468
wait_for_xmitr(port);
drivers/tty/serial/vt8500_serial.c
490
wait_for_xmitr(&vt8500_port->uart);