/openbmc/linux/drivers/tty/serial/ |
H A D | milbeaut_usio.c | 168 uart_insert_char(port, status, MLB_USIO_SSR_ORE, in mlb_usio_rx_chars() 190 uart_insert_char(port, status, MLB_USIO_SSR_ORE, in mlb_usio_rx_chars()
|
H A D | rp2.c | 408 uart_insert_char(&up->port, byte, 0, ch, in rp2_rx_chars() 419 uart_insert_char(&up->port, byte, in rp2_rx_chars()
|
H A D | 21285.c | 146 uart_insert_char(port, rxs, RXSTAT_OVERRUN, ch, flag); in serial21285_rx_chars()
|
H A D | altera_jtaguart.c | 123 uart_insert_char(port, 0, 0, ch, TTY_NORMAL); in altera_jtaguart_rx_chars()
|
H A D | max310x.c | 716 uart_insert_char(port, sts, 0, one->rx_buf[i], flag); in max310x_handle_rx() 723 uart_insert_char(port, sts, MAX310X_LSR_RXOVR_BIT, in max310x_handle_rx() 773 uart_insert_char(port, sts, MAX310X_LSR_RXOVR_BIT, ch, flag); in max310x_handle_rx()
|
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 | arc_uart.c | 233 uart_insert_char(port, status, RXOERR, ch, flg); in arc_serial_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 | altera_uart.c | 241 uart_insert_char(port, status, ALTERA_UART_STATUS_ROE_MSK, ch, in altera_uart_rx_chars()
|
H A D | mcf.c | 319 uart_insert_char(port, status, MCFUART_USR_RXOVERRUN, ch, flag); in mcf_rx_chars()
|
H A D | sunplus-uart.c | 266 uart_insert_char(port, lsr, SUP_UART_LSR_OE, ch, flag); in receive_chars()
|
H A D | amba-pl010.c | 158 uart_insert_char(port, rsr, UART01x_RSR_OE, ch, flag); in pl010_rx_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 | 415 uart_insert_char(&ssp->port, 0, 0, ch, TTY_NORMAL); in __ssp_receive_chars()
|
H A D | dz.c | 237 uart_insert_char(uport, status, DZ_OERR, ch, flag); in dz_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 | ma35d1_serial.c | 273 uart_insert_char(&up->port, fsr, MA35_FSR_RX_OVER_IF, ch, flag); in receive_chars()
|
H A D | sb1250-duart.c | 376 uart_insert_char(uport, status, M_DUART_OVRUN_ERR, ch, flag); in sbd_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 | max3100.c | 247 uart_insert_char(&s->port, status, MAX3100_STATUS_OE, ch, flg); in max3100_handlerx_unlocked()
|
H A D | serial_txx9.c | 309 uart_insert_char(up, disr, TXX9_SIDISR_UOER, ch, flag); in receive_chars()
|
/openbmc/linux/include/linux/ |
H A D | serial_core.h | 1028 void uart_insert_char(struct uart_port *port, unsigned int status,
|