Symbol: uart_tx_stopped
drivers/tty/serial/8250/8250_bcm7271.c
419
if (uart_tx_stopped(&p->port) || priv->tx_running ||
drivers/tty/serial/8250/8250_bcm7271.c
549
if (!kfifo_is_empty(&tport->xmit_fifo) && !uart_tx_stopped(up))
drivers/tty/serial/8250/8250_dma.c
108
if (uart_tx_stopped(&p->port) || kfifo_is_empty(&tport->xmit_fifo)) {
drivers/tty/serial/8250/8250_omap.c
1102
if (!kfifo_is_empty(&tport->xmit_fifo) && !uart_tx_stopped(&p->port)) {
drivers/tty/serial/8250/8250_omap.c
1130
if (uart_tx_stopped(&p->port) || kfifo_is_empty(&tport->xmit_fifo)) {
drivers/tty/serial/8250/8250_omap.c
1321
if (uart_tx_stopped(port) ||
drivers/tty/serial/8250/8250_pci1xxxx.c
500
if ((uart_tx_stopped(port)) || kfifo_is_empty(&tport->xmit_fifo)) {
drivers/tty/serial/8250/8250_port.c
1681
if (uart_tx_stopped(port)) {
drivers/tty/serial/amba-pl011.c
1515
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(&uap->port)) {
drivers/tty/serial/amba-pl011.c
571
if (!(dmacr & UART011_TXDMAE) || uart_tx_stopped(&uap->port) ||
drivers/tty/serial/ar933x_uart.c
398
if (uart_tx_stopped(&up->port))
drivers/tty/serial/arc_uart.c
294
if (!uart_tx_stopped(port))
drivers/tty/serial/atmel_serial.c
1459
if (!kfifo_is_empty(&tport->xmit_fifo) && !uart_tx_stopped(port)) {
drivers/tty/serial/atmel_serial.c
935
if (!kfifo_is_empty(&tport->xmit_fifo) && !uart_tx_stopped(port)) {
drivers/tty/serial/bcm63xx_uart.c
324
if (uart_tx_stopped(port))
drivers/tty/serial/clps711x.c
159
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) {
drivers/tty/serial/cpm_uart.c
676
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) {
drivers/tty/serial/digicolor-usart.c
198
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) {
drivers/tty/serial/dz.c
270
if (uart_tx_stopped(&dport->port) ||
drivers/tty/serial/fsl_linflexuart.c
214
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(sport)) {
drivers/tty/serial/fsl_lpuart.c
521
uart_tx_stopped(port);
drivers/tty/serial/imx.c
549
uart_tx_stopped(&sport->port)) {
drivers/tty/serial/imx.c
610
!uart_tx_stopped(&sport->port))
drivers/tty/serial/imx.c
757
!uart_tx_stopped(port))
drivers/tty/serial/ip22zilog.c
402
if (uart_tx_stopped(&up->port))
drivers/tty/serial/lpc32xx_hs.c
326
if ((status & LPC32XX_HSU_TX_INT) && (!uart_tx_stopped(port))) {
drivers/tty/serial/ma35d1_serial.c
199
if (uart_tx_stopped(&up->port)) {
drivers/tty/serial/max3100.c
275
} else if (!uart_tx_stopped(&s->port) &&
drivers/tty/serial/max3100.c
298
!uart_tx_stopped(&s->port))));
drivers/tty/serial/max310x.c
761
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port))
drivers/tty/serial/men_z135_uart.c
306
if (uart_tx_stopped(port))
drivers/tty/serial/meson_uart.c
148
if (uart_tx_stopped(port)) {
drivers/tty/serial/milbeaut_usio.c
90
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) {
drivers/tty/serial/msm_serial.c
916
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) {
drivers/tty/serial/mxs-auart.c
582
if (uart_tx_stopped(&s->port))
drivers/tty/serial/mxs-auart.c
605
if (uart_tx_stopped(&s->port))
drivers/tty/serial/owl-uart.c
168
if (uart_tx_stopped(port)) {
drivers/tty/serial/pch_uart.c
833
while (!uart_tx_stopped(port) && fifo_size &&
drivers/tty/serial/pic32_uart.c
354
if (uart_tx_stopped(port)) {
drivers/tty/serial/pmac_zilog.c
393
if (uart_tx_stopped(&uap->port))
drivers/tty/serial/rda-uart.c
223
if (uart_tx_stopped(port)) {
drivers/tty/serial/rda-uart.c
337
if (uart_tx_stopped(port))
drivers/tty/serial/rsci.c
434
unsigned int stopped = uart_tx_stopped(port);
drivers/tty/serial/samsung_tty.c
896
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) {
drivers/tty/serial/sb1250-duart.c
399
stop_tx = uart_tx_stopped(&sport->port) ||
drivers/tty/serial/sc16is7xx.c
665
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) {
drivers/tty/serial/sccnxp.c
452
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) {
drivers/tty/serial/serial_core.c
1075
!uart_tx_stopped(uport)))
drivers/tty/serial/serial_core.c
143
if (!port || port->flags & UPF_DEAD || uart_tx_stopped(port))
drivers/tty/serial/serial_port.c
26
return !uart_tx_stopped(port) &&
drivers/tty/serial/sh-sci.c
1013
unsigned int stopped = uart_tx_stopped(port);
drivers/tty/serial/sprd_serial.c
353
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) {
drivers/tty/serial/stm32-usart.c
790
!(kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)))) {
drivers/tty/serial/stm32-usart.c
817
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) {
drivers/tty/serial/sunhv.c
210
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port))
drivers/tty/serial/sunplus-uart.c
212
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) {
drivers/tty/serial/sunsab.c
255
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(&up->port)) {
drivers/tty/serial/sunsab.c
442
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port))
drivers/tty/serial/sunsu.c
385
if (uart_tx_stopped(&up->port)) {
drivers/tty/serial/sunzilog.c
502
if (uart_tx_stopped(&up->port))
drivers/tty/serial/timbuart.c
119
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port))
drivers/tty/serial/uartlite.c
205
if (uart_tx_stopped(port))
drivers/tty/serial/ucc_uart.c
361
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) {
drivers/tty/serial/xilinx_uartps.c
433
if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) {
drivers/tty/serial/xilinx_uartps.c
714
if (uart_tx_stopped(port))
drivers/tty/serial/zs.c
621
if (uart_tx_stopped(&zport->port) ||
include/linux/serial_core.h
931
if (uart_tx_stopped(__port)) \