| /linux/drivers/tty/serial/ |
| H A D | milbeaut_usio.c | 169 uart_insert_char(port, status, MLB_USIO_SSR_ORE, in mlb_usio_rx_chars() 191 uart_insert_char(port, status, MLB_USIO_SSR_ORE, in mlb_usio_rx_chars()
|
| H A D | 21285.c | 146 uart_insert_char(port, rxs, RXSTAT_OVERRUN, ch, flag); in serial21285_rx_chars()
|
| H A D | liteuart.c | 116 uart_insert_char(port, 1, 0, ch, TTY_NORMAL); in liteuart_rx_chars()
|
| H A D | apbuart.c | 111 uart_insert_char(port, rsr, UART_STATUS_OE, ch, flag); in apbuart_rx_chars()
|
| H A D | digicolor-usart.c | 171 uart_insert_char(port, status, UA_STATUS_OVERRUN_ERR, ch, in digicolor_uart_rx()
|
| H A D | clps711x.c | 137 uart_insert_char(port, status, UARTDR_OVERR, ch, flg); in uart_clps711x_int_rx()
|
| H A D | mcf.c | 319 uart_insert_char(port, status, MCFUART_USR_RXOVERRUN, ch, flag); in mcf_rx_chars()
|
| H A D | altera_uart.c | 240 uart_insert_char(port, status, ALTERA_UART_STATUS_ROE_MSK, ch, in altera_uart_rx_chars()
|
| H A D | sunplus-uart.c | 268 uart_insert_char(port, lsr, SUP_UART_LSR_OE, ch, flag); in receive_chars()
|
| H A D | st-asc.c | 310 uart_insert_char(port, c, ASC_RXBUF_DUMMY_OE, c & 0xff, flag); in asc_receive_chars()
|
| H A D | sifive.c | 418 uart_insert_char(&ssp->port, 0, 0, ch, TTY_NORMAL); in __ssp_receive_chars()
|
| H A D | omap-serial.c | 491 uart_insert_char(&up->port, lsr, UART_LSR_OE, 0, flag); in serial_omap_rlsi() 514 uart_insert_char(&up->port, lsr, UART_LSR_OE, ch, TTY_NORMAL); in serial_omap_rdi()
|
| H A D | pxa.c | 157 uart_insert_char(&up->port, *status, UART_LSR_OE, ch, flag); in receive_chars()
|
| H A D | sa1100.c | 220 uart_insert_char(&sport->port, status, UTSR1_TO_SM(UTSR1_ROR), ch, flg); in sa1100_rx_chars()
|
| H A D | serial_txx9.c | 310 uart_insert_char(up, disr, TXX9_SIDISR_UOER, ch, flag); in receive_chars()
|
| H A D | sccnxp.c | 433 uart_insert_char(port, sr, SR_OVR, ch, flag); in sccnxp_handle_rx()
|
| H A D | sprd_serial.c | 641 uart_insert_char(port, lsr, SPRD_LSR_OE, ch, flag); in sprd_rx()
|
| H A D | mxs-auart.c | 648 uart_insert_char(&s->port, stat, AUART_STAT_OERR, c, flag); in mxs_auart_rx_char()
|
| H A D | sc16is7xx.c | 642 uart_insert_char(port, lsr, SC16IS7XX_LSR_OE_BIT, ch, in sc16is7xx_handle_rx()
|
| H A D | serial_core.c | 3417 void uart_insert_char(struct uart_port *port, unsigned int status, in uart_insert_char() function 3434 EXPORT_SYMBOL_GPL(uart_insert_char);
|
| H A D | serial-tegra.c | 469 uart_insert_char(&tup->uport, lsr, UART_LSR_OE, 0, flag); in tegra_uart_decode_rx_error()
|
| H A D | atmel_serial.c | 1562 uart_insert_char(port, status, ATMEL_US_OVRE, c.ch, flg); in atmel_rx_from_ring()
|
| H A D | samsung_tty.c | 841 uart_insert_char(port, uerstat, S3C2410_UERSTAT_OVERRUN, in s3c24xx_serial_rx_drain_fifo()
|
| H A D | amba-pl011.c | 363 uart_insert_char(&uap->port, ch, UART011_DR_OE, ch, flag); in pl011_fifo_to_tty()
|