| /Linux-v5.4/drivers/tty/serial/ | 
| D | milbeaut_usio.c | 174 			uart_insert_char(port, status, MLB_USIO_SSR_ORE,  in mlb_usio_rx_chars()196 			uart_insert_char(port, status, MLB_USIO_SSR_ORE,  in mlb_usio_rx_chars()
 
 | 
| D | max310x.c | 684 			uart_insert_char(port, sts, 0, one->rx_buf[i], flag);  in max310x_handle_rx()691 		uart_insert_char(port, sts, MAX310X_LSR_RXOVR_BIT,  in max310x_handle_rx()
 741 			uart_insert_char(port, sts, MAX310X_LSR_RXOVR_BIT, ch, flag);  in max310x_handle_rx()
 
 | 
| D | 21285.c | 110 		uart_insert_char(port, rxs, RXSTAT_OVERRUN, ch, flag);  in serial21285_rx_chars()
 | 
| D | rp2.c | 410 				uart_insert_char(&up->port, byte, 0, ch,  in rp2_rx_chars()421 			uart_insert_char(&up->port, byte,  in rp2_rx_chars()
 
 | 
| D | altera_jtaguart.c | 131 		uart_insert_char(port, 0, 0, ch, flag);  in altera_jtaguart_rx_chars()
 | 
| D | arc_uart.c | 241 			uart_insert_char(port, status, RXOERR, ch, flg);  in arc_serial_rx_chars()
 | 
| D | apbuart.c | 117 		uart_insert_char(port, rsr, UART_STATUS_OE, ch, flag);  in apbuart_rx_chars()
 | 
| D | clps711x.c | 140 		uart_insert_char(port, status, UARTDR_OVERR, ch, flg);  in uart_clps711x_int_rx()
 | 
| D | digicolor-usart.c | 172 		uart_insert_char(port, status, UA_STATUS_OVERRUN_ERR, ch,  in digicolor_uart_rx()
 | 
| D | altera_uart.c | 242 		uart_insert_char(port, status, ALTERA_UART_STATUS_ROE_MSK, ch,  in altera_uart_rx_chars()
 | 
| D | mcf.c | 319 		uart_insert_char(port, status, MCFUART_USR_RXOVERRUN, ch, flag);  in mcf_rx_chars()
 | 
| D | sifive.c | 447 		uart_insert_char(&ssp->port, 0, 0, ch, TTY_NORMAL);  in __ssp_receive_chars()
 | 
| D | dz.c | 241 		uart_insert_char(uport, status, DZ_OERR, ch, flag);  in dz_receive_chars()
 | 
| D | pnx8xxx_uart.c | 231 		uart_insert_char(&sport->port, status,  in pnx8xxx_rx_chars()
 | 
| D | st-asc.c | 353 		uart_insert_char(port, c, ASC_RXBUF_DUMMY_OE, c & 0xff, flag);  in asc_receive_chars()
 | 
| D | amba-pl010.c | 161 		uart_insert_char(&uap->port, rsr, UART01x_RSR_OE, ch, flag);  in pl010_rx_chars()
 | 
| D | sirfsoc_uart.c | 409 		uart_insert_char(port, 0, 0, ch, TTY_NORMAL);  in sirfsoc_uart_pio_rx_chars()504 		uart_insert_char(port, intr_status,  in sirfsoc_uart_isr()
 
 | 
| D | sa1100.c | 225 		uart_insert_char(&sport->port, status, UTSR1_TO_SM(UTSR1_ROR), ch, flg);  in sa1100_rx_chars()
 | 
| D | vr41xx_siu.c | 347 		uart_insert_char(port, lsr, UART_LSR_OE, ch, flag);  in receive_chars()
 | 
| D | sb1250-duart.c | 380 		uart_insert_char(uport, status, M_DUART_OVRUN_ERR, ch, flag);  in sbd_receive_chars()
 | 
| D | max3100.c | 243 		uart_insert_char(&s->port, status, MAX3100_STATUS_OE, ch, flg);  in max3100_handlerx()
 | 
| D | pxa.c | 160 		uart_insert_char(&up->port, *status, UART_LSR_OE, ch, flag);  in receive_chars()
 | 
| D | omap-serial.c | 538 	uart_insert_char(&up->port, lsr, UART_LSR_OE, 0, flag);  in serial_omap_rlsi()556 	uart_insert_char(&up->port, lsr, UART_LSR_OE, ch, flag);  in serial_omap_rdi()
 
 | 
| D | sccnxp.c | 438 		uart_insert_char(port, sr, SR_OVR, ch, flag);  in sccnxp_handle_rx()
 | 
| /Linux-v5.4/include/linux/ | 
| D | serial_core.h | 460 extern void uart_insert_char(struct uart_port *port, unsigned int status,
 |