Home
last modified time | relevance | path

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

12

/linux/drivers/tty/serial/
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.c274 } else if (!uart_tx_stopped(&s->port) && in max3100_work()
297 !uart_tx_stopped(&s->port)))); in max3100_work()
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 Dtimbuart.c119 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) in timbuart_handle_tx_port()
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 Ddigicolor-usart.c198 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) { in digicolor_uart_tx()
H A Dclps711x.c159 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) { in uart_clps711x_int_tx()
H A Dlpc32xx_hs.c326 if ((status & LPC32XX_HSU_TX_INT) && (!uart_tx_stopped(port))) { in serial_lpc32xx_interrupt()
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 Dsunplus-uart.c212 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) { in transmit_chars()
H A Dmilbeaut_usio.c90 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) { in mlb_usio_tx_chars()
H A Dmen_z135_uart.c306 if (uart_tx_stopped(port)) in men_z135_handle_tx()
H A Duartlite.c205 if (uart_tx_stopped(port)) in ulite_transmit()
H A Dowl-uart.c168 if (uart_tx_stopped(port)) { in owl_uart_start_tx()
H A Dbcm63xx_uart.c324 if (uart_tx_stopped(port)) in bcm_uart_do_tx()
H A Dar933x_uart.c398 if (uart_tx_stopped(&up->port)) in ar933x_uart_tx_chars()
H A Dimx.c548 uart_tx_stopped(&sport->port)) { in imx_uart_transmit_buffer()
609 !uart_tx_stopped(&sport->port)) in imx_uart_dma_tx_callback()
756 !uart_tx_stopped(port)) in imx_uart_start_tx()
H A Dma35d1_serial.c199 if (uart_tx_stopped(&up->port)) { in transmit_chars()
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.h916 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.c1126 if (!kfifo_is_empty(&tport->xmit_fifo) && !uart_tx_stopped(&p->port)) { in omap_8250_dma_tx_complete()
1156 if (uart_tx_stopped(&p->port) || kfifo_is_empty(&tport->xmit_fifo)) { in omap_8250_tx_dma()
1335 if (uart_tx_stopped(&up->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()
H A D8250_pci1xxxx.c446 if ((uart_tx_stopped(port)) || kfifo_is_empty(&tport->xmit_fifo)) { in pci1xxxx_tx_burst()

12