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

/linux-master/include/linux/
H A Dserial.h43 __u32 buf_overrun; member in struct:async_icount
H A Dserial_core.h423 __u32 buf_overrun; member in struct:uart_icount
/linux-master/include/uapi/linux/
H A Dserial.h107 int buf_overrun; member in struct:serial_icounter_struct
H A Dsynclink.h216 __u32 buf_overrun; member in struct:mgsl_icount
/linux-master/drivers/usb/serial/
H A Dgeneric.c568 icount->buf_overrun = cnow.buf_overrun;
/linux-master/drivers/tty/
H A Dmxser.c1261 icount->buf_overrun = cnow.buf_overrun;
1497 port->icount.buf_overrun++;
1544 port->icount.buf_overrun++;
H A Damiserial.c1096 icount->buf_overrun = cnow.buf_overrun;
H A Dnozomi.c1706 icount->buf_overrun = cnow.buf_overrun;
H A Dsynclink_gt.c1053 icount->buf_overrun = cnow.buf_overrun;
/linux-master/drivers/tty/serial/
H A Dserial_core.c1308 icount->buf_overrun = cnow.buf_overrun;
2087 if (uport->icount.buf_overrun)
2088 seq_printf(m, " bo:%d", uport->icount.buf_overrun);
3559 ++port->icount.buf_overrun;
3567 ++port->icount.buf_overrun;
H A Dimx.c893 sport->port.icount.buf_overrun++;
1229 sport->port.icount.buf_overrun++;
1294 sport->port.icount.buf_overrun++;
H A Dfsl_lpuart.c937 sport->port.icount.buf_overrun++;
1034 sport->port.icount.buf_overrun++;
1222 sport->port.icount.buf_overrun++;
1233 sport->port.icount.buf_overrun++;
H A Dmax310x.c697 port->icount.buf_overrun++;
H A Dsc16is7xx.c609 port->icount.buf_overrun++;
H A Dstm32-usart.c468 port->icount.buf_overrun++;
H A Dsh-sci.c1243 port->icount.buf_overrun++;
/linux-master/drivers/net/usb/
H A Dhso.c1607 icount->buf_overrun = cnow.buf_overrun;
/linux-master/drivers/tty/serial/8250/
H A D8250_omap.c965 p->port.icount.buf_overrun += count - ret;

Completed in 297 milliseconds