Searched refs:uart_fifo_get (Results 1 – 23 of 23) sorted by relevance
/linux/drivers/tty/serial/ |
H A D | timbuart.c | 101 uart_fifo_get(port, &ch)) in timbuart_tx_chars()
|
H A D | sunsab.c | 270 if (!uart_fifo_get(&up->port, &ch)) in transmit_chars() 457 if (!uart_fifo_get(&up->port, &ch)) in sunsab_start_tx()
|
H A D | digicolor-usart.c | 203 while (uart_fifo_get(port, &c)) { in digicolor_uart_tx()
|
H A D | clps711x.c | 167 while (uart_fifo_get(port, &c)) { in uart_clps711x_int_tx()
|
H A D | sunplus-uart.c | 220 if (!uart_fifo_get(port, &ch)) in transmit_chars()
|
H A D | milbeaut_usio.c | 101 if (!uart_fifo_get(port, &ch)) in mlb_usio_tx_chars()
|
H A D | pmac_zilog.c | 397 WARN_ON(!uart_fifo_get(&uap->port, &ch)); in pmz_transmit_chars() 612 if (!uart_fifo_get(&uap->port, &ch)) in pmz_start_tx()
|
H A D | sunzilog.c | 505 if (!uart_fifo_get(&up->port, &ch)) in sunzilog_transmit_chars() 706 if (!uart_fifo_get(&up->port, &ch)) in sunzilog_start_tx()
|
H A D | rda-uart.c | 351 uart_fifo_get(port, &ch)) in rda_uart_send_chars()
|
H A D | ar933x_uart.c | 424 if (!uart_fifo_get(&up->port, &c)) in ar933x_uart_tx_chars()
|
H A D | uartlite.c | 208 if (!uart_fifo_get(port, &ch)) in ulite_transmit()
|
H A D | fsl_linflexuart.c | 180 while (uart_fifo_get(sport, &c)) { in linflex_transmit_buffer()
|
H A D | meson_uart.c | 161 if (!uart_fifo_get(port, &ch)) in meson_uart_start_tx()
|
H A D | pic32_uart.c | 376 if (!uart_fifo_get(port, &c)) in pic32_uart_do_tx()
|
H A D | max3100.c | 276 uart_fifo_get(&s->port, &ch)) { in max3100_work()
|
H A D | sccnxp.c | 471 if (!uart_fifo_get(port, &ch)) in sccnxp_handle_tx()
|
H A D | serial-tegra.c | 496 if (WARN_ON_ONCE(!uart_fifo_get(&tup->uport, &ch))) in tegra_uart_fill_tx_fifo()
|
H A D | pch_uart.c | 834 uart_fifo_get(port, &ch)) { in handle_tx()
|
H A D | samsung_tty.c | 911 if (!uart_fifo_get(port, &ch)) in s3c24xx_serial_tx_chars()
|
H A D | imx.c | 574 uart_fifo_get(&sport->port, &c)) in imx_uart_transmit_buffer()
|
H A D | fsl_lpuart.c | 774 uart_fifo_get(&sport->port, &c)) { in lpuart32_transmit_buffer()
|
/linux/include/linux/ |
H A D | serial_core.h | 860 static inline unsigned int uart_fifo_get(struct uart_port *up, in uart_fifo_get() function
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_port.c | 1701 if (!uart_fifo_get(port, &c)) in serial8250_tx_chars()
|