Home
last modified time | relevance | path

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

12

/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 Dmax310x.c684 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()
H A Dliteuart.c116 uart_insert_char(port, 1, 0, ch, TTY_NORMAL); in liteuart_rx_chars()
H A Dapbuart.c111 uart_insert_char(port, rsr, UART_STATUS_OE, ch, flag); in apbuart_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 Dpxa.c157 uart_insert_char(&up->port, *status, UART_LSR_OE, ch, flag); in receive_chars()
H A Dmax3100.c210 uart_insert_char(&s->port, status, MAX3100_STATUS_OE, ch, flg); in max3100_handlerx_unlocked()
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 Dmxs-auart.c648 uart_insert_char(&s->port, stat, AUART_STAT_OERR, c, flag); in mxs_auart_rx_char()
H A Dserial_core.c3476 void uart_insert_char(struct uart_port *port, unsigned int status, in uart_insert_char() function
3493 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()
H A Dsc16is7xx.c694 uart_insert_char(port, lsr, SC16IS7XX_LSR_OE_BIT, ch, in sc16is7xx_handle_rx()
H A Dsamsung_tty.c841 uart_insert_char(port, uerstat, S3C2410_UERSTAT_OVERRUN, in s3c24xx_serial_rx_drain_fifo()
/linux/include/linux/
H A Dserial_core.h1160 void uart_insert_char(struct uart_port *port, unsigned int status,

12