Home
last modified time | relevance | path

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

123

/linux/drivers/tty/serial/
A Dmxs-auart.c581 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()
A Dlpc32xx_hs.c291 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()
A Dowl-uart.c168 if (uart_tx_stopped(port)) { in owl_uart_start_tx()
187 if (uart_tx_stopped(port)) in owl_uart_send_chars()
A Drda-uart.c223 if (uart_tx_stopped(port)) { in rda_uart_start_tx()
335 if (uart_tx_stopped(port)) in rda_uart_send_chars()
A Dmux.c193 if(uart_circ_empty(xmit) || uart_tx_stopped(port)) { in mux_write()
A Dmax3100.c293 !uart_tx_stopped(&s->port)) { in max3100_work()
318 !uart_tx_stopped(&s->port)))); in max3100_work()
A D21285.c166 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in serial21285_tx_chars()
A Dsunhv.c207 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in transmit_chars()
A Dtimbuart.c123 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in timbuart_handle_tx_port()
A Darc_uart.c300 if (!uart_tx_stopped(port)) in arc_serial_isr()
A Dsunsab.c254 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()
A Dapbuart.c135 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in apbuart_tx_chars()
A Dclps711x.c157 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in uart_clps711x_int_tx()
A Ddigicolor-usart.c198 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in digicolor_uart_tx()
A Dsprd_serial.c334 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()
A Dmps2-uart.c142 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in mps2_uart_tx_chars()
A Dmilbeaut_usio.c90 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in mlb_usio_tx_chars()
A Dvt8500_serial.c199 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in handle_tx()
A Dmen_z135_uart.c309 if (uart_tx_stopped(port)) in men_z135_handle_tx()
A Dar933x_uart.c398 if (uart_tx_stopped(&up->port)) in ar933x_uart_tx_chars()
A Dbcm63xx_uart.c316 if (uart_tx_stopped(port)) { in bcm_uart_do_tx()
/linux/drivers/tty/serial/8250/
A D8250_dma.c72 if (uart_tx_stopped(&p->port) || uart_circ_empty(xmit)) { in serial8250_tx_dma()
A D8250_omap.c1013 if (!uart_circ_empty(xmit) && !uart_tx_stopped(&p->port)) { in omap_8250_dma_tx_complete()
1042 if (uart_tx_stopped(&p->port) || uart_circ_empty(xmit)) { in omap_8250_tx_dma()
1203 if (uart_tx_stopped(&up->port) || in omap_8250_dma_handle_irq()
A D8250_bcm7271.c420 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()
/linux/include/linux/
A Dserial_core.h429 static inline int uart_tx_stopped(struct uart_port *port) in uart_tx_stopped() function

Completed in 48 milliseconds

123