Home
last modified time | relevance | path

Searched refs:uart_tx_stopped (Results 1 – 25 of 43) sorted by relevance

12

/linux/drivers/tty/serial/
H A Dserial_port.c26 return !uart_tx_stopped(port) && in __serial_port_busy()
H A Drda-uart.c223 if (uart_tx_stopped(port)) { in rda_uart_start_tx()
337 if (uart_tx_stopped(port)) in rda_uart_send_chars()
H A Dmax3100.c275 } else if (!uart_tx_stopped(&s->port) && in max3100_work()
298 !uart_tx_stopped(&s->port)))); in max3100_work()
H A Drsci.c250 unsigned int stopped = uart_tx_stopped(port); in rsci_transmit_chars()
H A Dxilinx_uartps.c435 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) { in cdns_uart_handle_tx()
456 (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port))) { in cdns_uart_handle_tx()
717 if (uart_tx_stopped(port)) in cdns_uart_start_tx()
H A Dsunhv.c210 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) in transmit_chars()
H A Darc_uart.c13 * -Is uart_tx_stopped() not done in tty write path as it has already been
294 if (!uart_tx_stopped(port)) in arc_serial_isr()
H A Dtimbuart.c119 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) in timbuart_handle_tx_port()
H A Dclps711x.c159 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) { in uart_clps711x_int_tx()
H A Ddigicolor-usart.c198 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) { in digicolor_uart_tx()
H A Dsunsab.c255 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(&up->port)) { in transmit_chars()
442 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) in sunsab_start_tx()
H A Dmilbeaut_usio.c90 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) { in mlb_usio_tx_chars()
H A Dsunplus-uart.c212 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) { in transmit_chars()
H A Dmxs-auart.c582 if (uart_tx_stopped(&s->port)) in mxs_auart_tx_chars()
605 if (uart_tx_stopped(&s->port)) in mxs_auart_tx_chars()
H A Ddz.c270 if (uart_tx_stopped(&dport->port) || in dz_transmit_chars()
H A Dowl-uart.c168 if (uart_tx_stopped(port)) { in owl_uart_start_tx()
H A Dmen_z135_uart.c306 if (uart_tx_stopped(port)) in men_z135_handle_tx()
H A Dbcm63xx_uart.c324 if (uart_tx_stopped(port)) in bcm_uart_do_tx()
H A Dimx.c549 uart_tx_stopped(&sport->port)) { in imx_uart_transmit_buffer()
610 !uart_tx_stopped(&sport->port)) in imx_uart_dma_tx_callback()
757 !uart_tx_stopped(port)) in imx_uart_start_tx()
H A Dmeson_uart.c148 if (uart_tx_stopped(port)) { in meson_uart_start_tx()
H A Dfsl_linflexuart.c214 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(sport)) { in linflex_txint()
/linux/include/linux/
H A Dserial_core.h918 if (uart_tx_stopped(__port)) \
1133 static inline int uart_tx_stopped(struct uart_port *port) in uart_tx_stopped() function
/linux/drivers/tty/serial/8250/
H A D8250_dma.c108 if (uart_tx_stopped(&p->port) || kfifo_is_empty(&tport->xmit_fifo)) { in serial8250_tx_dma()
H A D8250_omap.c1132 if (!kfifo_is_empty(&tport->xmit_fifo) && !uart_tx_stopped(&p->port)) { in omap_8250_dma_tx_complete()
1162 if (uart_tx_stopped(&p->port) || kfifo_is_empty(&tport->xmit_fifo)) { in omap_8250_tx_dma()
1336 if (uart_tx_stopped(port) || in omap_8250_dma_handle_irq()
H A D8250_bcm7271.c419 if (uart_tx_stopped(&p->port) || priv->tx_running || in brcmuart_tx_dma()
549 if (!kfifo_is_empty(&tport->xmit_fifo) && !uart_tx_stopped(up)) in brcmuart_tx_isr()

12