Home
last modified time | relevance | path

Searched refs:buf_overrun (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/include/linux/
H A Dserial.h43 __u32 buf_overrun; member
H A Dserial_core.h423 __u32 buf_overrun; member
/openbmc/linux/include/uapi/linux/
H A Dserial.h106 int buf_overrun; member
H A Dsynclink.h216 __u32 buf_overrun; member
/openbmc/linux/drivers/usb/serial/
H A Dgeneric.c568 icount->buf_overrun = cnow.buf_overrun; in usb_serial_generic_get_icount()
/openbmc/linux/drivers/tty/
H A Dmxser.c1261 icount->buf_overrun = cnow.buf_overrun; in mxser_get_icount()
1497 port->icount.buf_overrun++; in mxser_receive_chars_new()
1544 port->icount.buf_overrun++; in mxser_receive_chars_old()
H A Damiserial.c1098 icount->buf_overrun = cnow.buf_overrun; in rs_get_icount()
H A Dnozomi.c1725 icount->buf_overrun = cnow.buf_overrun; in ntty_tiocgicount()
H A Dsynclink_gt.c1053 icount->buf_overrun = cnow.buf_overrun; in get_icount()
/openbmc/linux/drivers/tty/serial/
H A Dserial_core.c1308 icount->buf_overrun = cnow.buf_overrun; in uart_get_icount()
2081 if (uport->icount.buf_overrun) in uart_line_info()
2082 seq_printf(m, " bo:%d", uport->icount.buf_overrun); in uart_line_info()
3551 ++port->icount.buf_overrun; in uart_insert_char()
3559 ++port->icount.buf_overrun; in uart_insert_char()
H A Dfsl_lpuart.c937 sport->port.icount.buf_overrun++; in lpuart_rxint()
1034 sport->port.icount.buf_overrun++; in lpuart32_rxint()
1222 sport->port.icount.buf_overrun++; in lpuart_copy_rx_to_tty()
1233 sport->port.icount.buf_overrun++; in lpuart_copy_rx_to_tty()
H A Dimx.c900 sport->port.icount.buf_overrun++; in __imx_uart_rxint()
1236 sport->port.icount.buf_overrun++; in imx_uart_dma_rx_callback()
1301 sport->port.icount.buf_overrun++; in imx_uart_clear_rx_errors()
H A Dmax310x.c729 port->icount.buf_overrun++; in max310x_handle_rx()
H A Dsc16is7xx.c576 port->icount.buf_overrun++; in sc16is7xx_handle_rx()
H A Dstm32-usart.c464 port->icount.buf_overrun++; in stm32_usart_push_buffer_dma()
H A Dsh-sci.c1244 port->icount.buf_overrun++; in sci_dma_rx_push()
/openbmc/linux/drivers/net/usb/
H A Dhso.c1608 icount->buf_overrun = cnow.buf_overrun; in hso_get_count()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_omap.c946 p->port.icount.buf_overrun += count - ret; in __dma_rx_do_complete()