Lines Matching refs:icount
272 struct async_icount icount; /* kernel counters for 4 input interrupts */
696 port->icount.rng++;
698 port->icount.dsr++;
700 port->icount.dcd++;
702 port->icount.cts++;
1154 cnow = info->icount; /* atomic copy */
1228 cnow = info->icount; /* note the counters on entry */
1247 struct serial_icounter_struct *icount)
1255 cnow = info->icount;
1258 icount->frame = cnow.frame;
1259 icount->brk = cnow.brk;
1260 icount->overrun = cnow.overrun;
1261 icount->buf_overrun = cnow.buf_overrun;
1262 icount->parity = cnow.parity;
1263 icount->rx = cnow.rx;
1264 icount->tx = cnow.tx;
1265 icount->cts = cnow.cts;
1266 icount->dsr = cnow.dsr;
1267 icount->rng = cnow.rng;
1268 icount->dcd = cnow.dcd;
1497 port->icount.buf_overrun++;
1528 port->icount.brk++;
1534 port->icount.parity++;
1537 port->icount.frame++;
1540 port->icount.overrun++;
1544 port->icount.buf_overrun++;
1576 port->icount.tx++;
1594 port->icount.tx++;