Searched refs:uart_tx_stopped (Results 1 – 25 of 69) sorted by relevance
123
138 if (uart_tx_stopped(port) || uart_circ_empty(xmit)) { in netx_transmit_buffer()176 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in netx_txint()
291 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in __serial_lpc32xx_tx()352 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()
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()
306 if (!uart_tx_stopped(port)) in arc_serial_isr()
125 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in timbuart_handle_tx_port()
198 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in digicolor_uart_tx()
141 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in apbuart_tx_chars()
532 if (uart_circ_empty(xmit) || uart_tx_stopped(&port->sc_port)) { in sn_transmit_chars()
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()
138 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in mps2_uart_tx_chars()
161 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in uart_clps711x_int_tx()
217 if (uart_tx_stopped(port) || uart_circ_empty(xmit)) { in ks8695uart_tx_chars()
342 if (uart_tx_stopped(&up->port)) in ar933x_uart_tx_chars()
209 if (uart_tx_stopped(port)) { in lqasc_tx_chars()
205 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in handle_tx()
258 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in sprd_tx()
182 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in ulite_transmit()
74 if (uart_tx_stopped(&p->port) || uart_circ_empty(xmit)) { in serial8250_tx_dma()
915 if (!uart_circ_empty(xmit) && !uart_tx_stopped(&p->port)) { in omap_8250_dma_tx_complete()946 if (uart_tx_stopped(&p->port) || uart_circ_empty(xmit)) { in omap_8250_tx_dma()1074 if (uart_tx_stopped(&up->port) || in omap_8250_dma_handle_irq()
439 static inline int uart_tx_stopped(struct uart_port *port) in uart_tx_stopped() function