Lines Matching refs:icount

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