Lines Matching defs:icount
1730 struct serial_icounter_struct *icount)
1735 icount->cts = cnow.cts;
1736 icount->dsr = cnow.dsr;
1737 icount->rng = cnow.rng;
1738 icount->dcd = cnow.dcd;
1739 icount->rx = cnow.rx;
1740 icount->tx = cnow.tx;
1741 icount->frame = cnow.frame;
1742 icount->overrun = cnow.overrun;
1743 icount->parity = cnow.parity;
1744 icount->brk = cnow.brk;
1745 icount->buf_overrun = cnow.buf_overrun;