Searched refs:uart_tx_stopped (Results 1 – 25 of 67) sorted by relevance
123
295 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()
595 while (!uart_circ_empty(xmit) && !uart_tx_stopped(&s->port)) { in mxs_auart_tx_chars()608 if (uart_tx_stopped(&s->port)) in mxs_auart_tx_chars()628 if (!uart_circ_empty(xmit) && !uart_tx_stopped(&s->port)) { in mxs_auart_tx_chars()643 if (uart_tx_stopped(&s->port)) in mxs_auart_tx_chars()
164 if (uart_tx_stopped(port)) { in owl_uart_start_tx()183 if (uart_tx_stopped(port)) in owl_uart_send_chars()
197 if(uart_circ_empty(xmit) || uart_tx_stopped(port)) { in mux_write()
223 if (uart_tx_stopped(port)) { in rda_uart_start_tx()335 if (uart_tx_stopped(port)) in rda_uart_send_chars()
131 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in serial21285_tx_chars()
293 !uart_tx_stopped(&s->port)) { in max3100_work()318 !uart_tx_stopped(&s->port)))); in max3100_work()
211 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in transmit_chars()
125 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in timbuart_handle_tx_port()
306 if (!uart_tx_stopped(port)) in arc_serial_isr()
141 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in apbuart_tx_chars()
161 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()
258 if (uart_circ_empty(xmit) || uart_tx_stopped(&up->port)) { in transmit_chars()445 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in sunsab_start_tx()
338 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in sprd_start_tx_dma()643 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()
205 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in handle_tx()
337 if (uart_tx_stopped(&up->port)) in ar933x_uart_tx_chars()
94 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in mlb_usio_tx_chars()
190 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in ulite_transmit()
311 if (uart_circ_empty(xmit) || uart_tx_stopped(&ssp->port)) { in __ssp_transmit_chars()
274 if (uart_circ_empty(xmit) || uart_tx_stopped(&dport->port)) { in dz_transmit_chars()
72 if (uart_tx_stopped(&p->port) || uart_circ_empty(xmit)) { in serial8250_tx_dma()
924 if (!uart_circ_empty(xmit) && !uart_tx_stopped(&p->port)) { in omap_8250_dma_tx_complete()953 if (uart_tx_stopped(&p->port) || uart_circ_empty(xmit)) { in omap_8250_tx_dma()1075 if (uart_tx_stopped(&up->port) || in omap_8250_dma_handle_irq()
431 static inline int uart_tx_stopped(struct uart_port *port) in uart_tx_stopped() function