Lines Matching defs:icount
244 struct async_icount icount; /* kernel counters for 4 input interrupts */
812 port->icount.rng++;
814 port->icount.dsr++;
816 port->icount.dcd++;
818 port->icount.cts++;
1592 ip->icount.rng++;
1594 ip->icount.dsr++;
1596 ip->icount.dcd++;
1598 ip->icount.cts++;
1665 cnow = info->icount; /* atomic copy */
1742 cnow = info->icount; /* note the counters on entry */
1827 struct serial_icounter_struct *icount)
1835 cnow = info->icount;
1838 icount->frame = cnow.frame;
1839 icount->brk = cnow.brk;
1840 icount->overrun = cnow.overrun;
1841 icount->buf_overrun = cnow.buf_overrun;
1842 icount->parity = cnow.parity;
1843 icount->rx = cnow.rx;
1844 icount->tx = cnow.tx;
1845 icount->cts = cnow.cts;
1846 icount->dsr = cnow.dsr;
1847 icount->rng = cnow.rng;
1848 icount->dcd = cnow.dcd;
2116 port->icount.brk++;
2122 port->icount.parity++;
2125 port->icount.frame++;
2128 port->icount.overrun++;
2173 port->icount.tx++;
2202 port->icount.tx += (cnt - port->xmit_cnt);