Searched refs:uart_tx_stopped (Results 1 – 25 of 69) sorted by relevance
123
294 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in __serial_lpc32xx_tx()355 if ((status & LPC32XX_HSU_TX_INT) && (!uart_tx_stopped(port))) { in serial_lpc32xx_interrupt()
591 while (!uart_circ_empty(xmit) && !uart_tx_stopped(&s->port)) { in mxs_auart_tx_chars()604 if (uart_tx_stopped(&s->port)) in mxs_auart_tx_chars()624 if (!uart_circ_empty(xmit) && !uart_tx_stopped(&s->port)) { in mxs_auart_tx_chars()639 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()
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()
125 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in timbuart_handle_tx_port()
302 if (!uart_tx_stopped(port)) in arc_serial_isr()
137 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()
90 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in mlb_usio_tx_chars()
187 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in ulite_transmit()
201 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in handle_tx()
146 if (!uart_circ_empty(xmit) && !uart_tx_stopped(port)) { in efm32_uart_tx_chars()
270 if (uart_circ_empty(xmit) || uart_tx_stopped(&dport->port)) { in dz_transmit_chars()
318 if (uart_tx_stopped(port)) { in bcm_uart_do_tx()
101 if (uart_tx_stopped(&p->port) || uart_circ_empty(xmit)) { in serial8250_tx_dma()
1018 if (!uart_circ_empty(xmit) && !uart_tx_stopped(&p->port)) { in omap_8250_dma_tx_complete()1047 if (uart_tx_stopped(&p->port) || uart_circ_empty(xmit)) { in omap_8250_tx_dma()1209 if (uart_tx_stopped(&up->port) || in omap_8250_dma_handle_irq()
457 static inline int uart_tx_stopped(struct uart_port *port) in uart_tx_stopped() function