Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dserial_core.h912 if (uart_tx_stopped(__port)) \
1129 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_port.c1781 if (uart_tx_stopped(port)) { in serial8250_tx_chars()
/linux/drivers/tty/serial/
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 Dlpc32xx_hs.c326 if ((status & LPC32XX_HSU_TX_INT) && (!uart_tx_stopped(port))) { in serial_lpc32xx_interrupt()
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 Dimx.c544 uart_tx_stopped(&sport->port)) { in imx_uart_transmit_buffer()
605 !uart_tx_stopped(&sport->port)) in imx_uart_dma_tx_callback()
752 !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 Datmel_serial.c935 if (!kfifo_is_empty(&tport->xmit_fifo) && !uart_tx_stopped(port)) { in atmel_tx_dma()
1459 if (!kfifo_is_empty(&tport->xmit_fifo) && !uart_tx_stopped(port)) { in atmel_tx_pdc()
H A Damba-pl011.c561 if (!(dmacr & UART011_TXDMAE) || uart_tx_stopped(&uap->port) || in pl011_dma_tx_callback()
1453 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(&uap->port)) { in pl011_tx_chars()
H A Dsunsu.c409 if (uart_tx_stopped(&up->port)) { in transmit_chars()
H A Dsc16is7xx.c714 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) { in sc16is7xx_handle_tx()
H A Dserial_core.c142 if (!port || port->flags & UPF_DEAD || uart_tx_stopped(port)) in __uart_start()
1096 !uart_tx_stopped(uport))) in uart_get_lsr_info()
H A Dsamsung_tty.c894 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) { in s3c24xx_serial_tx_chars()
H A Dsh-sci.c852 unsigned int stopped = uart_tx_stopped(port); in sci_transmit_chars()
H A Dfsl_lpuart.c518 uart_tx_stopped(port); in lpuart_stopped_or_empty()