Home
last modified time | relevance | path

Searched refs:uart_insert_char (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/tty/serial/
H A Dmilbeaut_usio.c169 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 D21285.c146 uart_insert_char(port, rxs, RXSTAT_OVERRUN, ch, flag); in serial21285_rx_chars()
H A Dliteuart.c116 uart_insert_char(port, 1, 0, ch, TTY_NORMAL); in liteuart_rx_chars()
H A Ddigicolor-usart.c171 uart_insert_char(port, status, UA_STATUS_OVERRUN_ERR, ch, in digicolor_uart_rx()
H A Dclps711x.c137 uart_insert_char(port, status, UARTDR_OVERR, ch, flg); in uart_clps711x_int_rx()
H A Dmcf.c319 uart_insert_char(port, status, MCFUART_USR_RXOVERRUN, ch, flag); in mcf_rx_chars()
H A Daltera_uart.c240 uart_insert_char(port, status, ALTERA_UART_STATUS_ROE_MSK, ch, in altera_uart_rx_chars()
H A Dsunplus-uart.c268 uart_insert_char(port, lsr, SUP_UART_LSR_OE, ch, flag); in receive_chars()
H A Dst-asc.c310 uart_insert_char(port, c, ASC_RXBUF_DUMMY_OE, c & 0xff, flag); in asc_receive_chars()
H A Dsifive.c418 uart_insert_char(&ssp->port, 0, 0, ch, TTY_NORMAL); in __ssp_receive_chars()
H A Domap-serial.c491 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 Dmax3100.c210 uart_insert_char(&s->port, status, MAX3100_STATUS_OE, ch, flg); in max3100_handlerx_unlocked()
H A Dpxa.c157 uart_insert_char(&up->port, *status, UART_LSR_OE, ch, flag); in receive_chars()
H A Dsa1100.c220 uart_insert_char(&sport->port, status, UTSR1_TO_SM(UTSR1_ROR), ch, flg); in sa1100_rx_chars()
H A Dserial_txx9.c310 uart_insert_char(up, disr, TXX9_SIDISR_UOER, ch, flag); in receive_chars()
H A Dsccnxp.c433 uart_insert_char(port, sr, SR_OVR, ch, flag); in sccnxp_handle_rx()
H A Dsprd_serial.c641 uart_insert_char(port, lsr, SPRD_LSR_OE, ch, flag); in sprd_rx()
H A Dsc16is7xx.c642 uart_insert_char(port, lsr, SC16IS7XX_LSR_OE_BIT, ch, in sc16is7xx_handle_rx()
H A Dserial_core.c3425 void uart_insert_char(struct uart_port *port, unsigned int status, in uart_insert_char() function
3442 EXPORT_SYMBOL_GPL(uart_insert_char);
H A Dserial-tegra.c469 uart_insert_char(&tup->uport, lsr, UART_LSR_OE, 0, flag); in tegra_uart_decode_rx_error()
/linux/drivers/tty/serial/8250/
H A D8250_port.c1643 uart_insert_char(port, lsr, UART_LSR_OE, ch, flag); in serial8250_read_char()