Home
last modified time | relevance | path

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

123

/linux/drivers/tty/serial/
A Dserial_port.c26 return !uart_tx_stopped(port) && in __serial_port_busy()
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()
A Dmax3100.c274 } else if (!uart_tx_stopped(&s->port) && in max3100_work()
297 !uart_tx_stopped(&s->port)))); in max3100_work()
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()
A Dsunhv.c210 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) in transmit_chars()
A Darc_uart.c294 if (!uart_tx_stopped(port)) in arc_serial_isr()
A Dtimbuart.c119 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) in timbuart_handle_tx_port()
A Dclps711x.c159 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) { in uart_clps711x_int_tx()
A Ddigicolor-usart.c198 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) { in digicolor_uart_tx()
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()
A Dlpc32xx_hs.c326 if ((status & LPC32XX_HSU_TX_INT) && (!uart_tx_stopped(port))) { in serial_lpc32xx_interrupt()
A Dmilbeaut_usio.c90 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) { in mlb_usio_tx_chars()
A Dsunplus-uart.c212 if (kfifo_is_empty(&tport->xmit_fifo) || uart_tx_stopped(port)) { in transmit_chars()
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()
A Dar933x_uart.c398 if (uart_tx_stopped(&up->port)) in ar933x_uart_tx_chars()
A Dbcm63xx_uart.c324 if (uart_tx_stopped(port)) in bcm_uart_do_tx()
A Ddz.c270 if (uart_tx_stopped(&dport->port) || in dz_transmit_chars()
A Dmen_z135_uart.c306 if (uart_tx_stopped(port)) in men_z135_handle_tx()
A Dowl-uart.c168 if (uart_tx_stopped(port)) { in owl_uart_start_tx()
A Duartlite.c205 if (uart_tx_stopped(port)) in ulite_transmit()
/linux/include/linux/
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/
A D8250_dma.c108 if (uart_tx_stopped(&p->port) || kfifo_is_empty(&tport->xmit_fifo)) { in serial8250_tx_dma()
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()
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()
A D8250_pci1xxxx.c446 if ((uart_tx_stopped(port)) || kfifo_is_empty(&tport->xmit_fifo)) { in pci1xxxx_tx_burst()

Completed in 70 milliseconds

123