Home
last modified time | relevance | path

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

123

/openbmc/linux/drivers/tty/serial/
H A Dserial_port.c25 return !uart_tx_stopped(port) && in __serial_port_busy()
H A Drda-uart.c223 if (uart_tx_stopped(port)) { in rda_uart_start_tx()
337 if (uart_tx_stopped(port)) in rda_uart_send_chars()
H A Dmax3100.c308 !uart_tx_stopped(&s->port)) { in max3100_work()
331 !uart_tx_stopped(&s->port)))); in max3100_work()
H A Dmxs-auart.c583 while (!uart_circ_empty(xmit) && !uart_tx_stopped(&s->port)) { in mxs_auart_tx_chars()
596 if (uart_tx_stopped(&s->port)) in mxs_auart_tx_chars()
616 if (uart_tx_stopped(&s->port)) in mxs_auart_tx_chars()
H A Dsunhv.c205 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in transmit_chars()
H A Dtimbuart.c122 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in timbuart_handle_tx_port()
H A Darc_uart.c296 if (!uart_tx_stopped(port)) in arc_serial_isr()
H A Dsunsab.c255 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()
H A Ddigicolor-usart.c197 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in digicolor_uart_tx()
H A Dclps711x.c158 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in uart_clps711x_int_tx()
H A Dmilbeaut_usio.c90 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in mlb_usio_tx_chars()
H A Dsunplus-uart.c212 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) { in transmit_chars()
H A Dlpc32xx_hs.c331 if ((status & LPC32XX_HSU_TX_INT) && (!uart_tx_stopped(port))) { in serial_lpc32xx_interrupt()
H A Duartlite.c199 if (uart_circ_empty(xmit) || uart_tx_stopped(port)) in ulite_transmit()
H A Dar933x_uart.c398 if (uart_tx_stopped(&up->port)) in ar933x_uart_tx_chars()
H A Dmen_z135_uart.c309 if (uart_tx_stopped(port)) in men_z135_handle_tx()
H A Ddz.c270 if (uart_circ_empty(xmit) || uart_tx_stopped(&dport->port)) { in dz_transmit_chars()
H A Dbcm63xx_uart.c325 if (uart_tx_stopped(port)) in bcm_uart_do_tx()
H A Dowl-uart.c168 if (uart_tx_stopped(port)) { in owl_uart_start_tx()
H A Dimx.c542 if (uart_circ_empty(xmit) || uart_tx_stopped(&sport->port)) { in imx_uart_transmit_buffer()
606 if (!uart_circ_empty(xmit) && !uart_tx_stopped(&sport->port)) in imx_uart_dma_tx_callback()
761 !uart_tx_stopped(port)) in imx_uart_start_tx()
H A Dpic32_uart.c355 if (uart_tx_stopped(port)) { in pic32_uart_do_tx()
/openbmc/linux/include/linux/
H A Dserial_core.h776 if (uart_circ_empty(xmit) || uart_tx_stopped(__port)) \
1001 static inline int uart_tx_stopped(struct uart_port *port) in uart_tx_stopped() function
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_dma.c105 if (uart_tx_stopped(&p->port) || uart_circ_empty(xmit)) { in serial8250_tx_dma()
H A D8250_omap.c1116 if (!uart_circ_empty(xmit) && !uart_tx_stopped(&p->port)) { in omap_8250_dma_tx_complete()
1145 if (uart_tx_stopped(&p->port) || uart_circ_empty(xmit)) { in omap_8250_tx_dma()
1310 if (uart_tx_stopped(&up->port) || in omap_8250_dma_handle_irq()
H A D8250_bcm7271.c420 if (uart_tx_stopped(&p->port) || priv->tx_running || in brcmuart_tx_dma()
552 if (!uart_circ_empty(xmit) && !uart_tx_stopped(up)) in brcmuart_tx_isr()

123