Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dserial.h43 __u32 buf_overrun; member
H A Dserial_core.h424 __u32 buf_overrun; member
/linux-6.15/include/uapi/linux/
H A Dserial.h107 int buf_overrun; member
H A Dsynclink.h216 __u32 buf_overrun; member
/linux-6.15/drivers/usb/serial/
H A Dgeneric.c567 icount->buf_overrun = cnow.buf_overrun; in usb_serial_generic_get_icount()
/linux-6.15/drivers/tty/
H A Dmxser.c1258 icount->buf_overrun = cnow.buf_overrun; in mxser_get_icount()
1494 port->icount.buf_overrun++; in mxser_receive_chars_new()
1541 port->icount.buf_overrun++; in mxser_receive_chars_old()
H A Damiserial.c1096 icount->buf_overrun = cnow.buf_overrun; in rs_get_icount()
H A Dnozomi.c1706 icount->buf_overrun = cnow.buf_overrun; in ntty_tiocgicount()
H A Dsynclink_gt.c1054 icount->buf_overrun = cnow.buf_overrun; in get_icount()
/linux-6.15/drivers/tty/serial/
H A Dserial_core.c1297 icount->buf_overrun = cnow.buf_overrun; in uart_get_icount()
2064 if (uport->icount.buf_overrun) in uart_line_info()
2065 seq_printf(m, " bo:%d", uport->icount.buf_overrun); in uart_line_info()
3516 ++port->icount.buf_overrun; in uart_insert_char()
3524 ++port->icount.buf_overrun; in uart_insert_char()
H A Dfsl_lpuart.c930 sport->port.icount.buf_overrun++; in lpuart_rxint()
1027 sport->port.icount.buf_overrun++; in lpuart32_rxint()
1215 sport->port.icount.buf_overrun++; in lpuart_copy_rx_to_tty()
1226 sport->port.icount.buf_overrun++; in lpuart_copy_rx_to_tty()
H A Dimx.c914 sport->port.icount.buf_overrun++; in __imx_uart_rxint()
1253 sport->port.icount.buf_overrun++; in imx_uart_dma_rx_callback()
1319 sport->port.icount.buf_overrun++; in imx_uart_clear_rx_errors()
H A Dmax310x.c697 port->icount.buf_overrun++; in max310x_handle_rx()
H A Dsc16is7xx.c636 port->icount.buf_overrun++; in sc16is7xx_handle_rx()
H A Dstm32-usart.c468 port->icount.buf_overrun++; in stm32_usart_push_buffer_dma()
H A Dsh-sci.c1297 port->icount.buf_overrun++; in sci_dma_rx_push()
/linux-6.15/drivers/net/usb/
H A Dhso.c1607 icount->buf_overrun = cnow.buf_overrun; in hso_get_count()
/linux-6.15/drivers/tty/serial/8250/
H A D8250_omap.c977 p->port.icount.buf_overrun += count - ret; in __dma_rx_do_complete()