Searched refs:uart_tx_stopped (Results 1 – 25 of 65) sorted by relevance
123
299 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in __serial_lpc32xx_tx()356 if ((status & LPC32XX_HSU_TX_INT) && (!uart_tx_stopped(port))) { in serial_lpc32xx_interrupt()
581 while (!uart_circ_empty(xmit) && !uart_tx_stopped(&s->port)) { in mxs_auart_tx_chars()594 if (uart_tx_stopped(&s->port)) in mxs_auart_tx_chars()614 if (!uart_circ_empty(xmit) && !uart_tx_stopped(&s->port)) { in mxs_auart_tx_chars()629 if (uart_tx_stopped(&s->port)) in mxs_auart_tx_chars()
168 if (uart_tx_stopped(port)) { in owl_uart_start_tx()195 if (uart_tx_stopped(port)) in owl_uart_send_chars()
193 if(uart_circ_empty(xmit) || uart_tx_stopped(port)) { in mux_write()
223 if (uart_tx_stopped(port)) { in rda_uart_start_tx()337 if (uart_tx_stopped(port)) in rda_uart_send_chars()
293 !uart_tx_stopped(&s->port)) { in max3100_work()318 !uart_tx_stopped(&s->port)))); in max3100_work()
166 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in serial21285_tx_chars()
207 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in transmit_chars()
123 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in timbuart_handle_tx_port()
300 if (!uart_tx_stopped(port)) in arc_serial_isr()
135 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in apbuart_tx_chars()
157 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in uart_clps711x_int_tx()
198 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in digicolor_uart_tx()
254 if (uart_circ_empty(xmit) || uart_tx_stopped(&up->port)) { in transmit_chars()441 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in sunsab_start_tx()
334 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in sprd_start_tx_dma()639 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in sprd_tx()
142 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in mps2_uart_tx_chars()
212 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in transmit_chars()
90 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in mlb_usio_tx_chars()
206 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in handle_tx()
300 if (uart_circ_empty(xmit) || uart_tx_stopped(&ssp->port)) { in __ssp_transmit_chars()
176 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in pl010_tx_chars()
79 if (uart_tx_stopped(&p->port) || uart_circ_empty(xmit)) { in serial8250_tx_dma()
1002 if (!uart_circ_empty(xmit) && !uart_tx_stopped(&p->port)) { in omap_8250_dma_tx_complete()1031 if (uart_tx_stopped(&p->port) || uart_circ_empty(xmit)) { in omap_8250_tx_dma()1191 if (uart_tx_stopped(&up->port) || in omap_8250_dma_handle_irq()
420 if (uart_tx_stopped(&p->port) || priv->tx_running || in brcmuart_tx_dma()554 if (!uart_circ_empty(xmit) && !uart_tx_stopped(up)) in brcmuart_tx_isr()
789 static inline int uart_tx_stopped(struct uart_port *port) in uart_tx_stopped() function