Lines Matching refs:icount

269 	struct async_icount icount; /* kernel counters for 4 input interrupts */  member
693 port->icount.rng++; in mxser_check_modem_status()
695 port->icount.dsr++; in mxser_check_modem_status()
697 port->icount.dcd++; in mxser_check_modem_status()
699 port->icount.cts++; in mxser_check_modem_status()
1151 cnow = info->icount; /* atomic copy */ in mxser_cflags_changed()
1225 cnow = info->icount; /* note the counters on entry */ in mxser_ioctl()
1244 struct serial_icounter_struct *icount) in mxser_get_icount() argument
1252 cnow = info->icount; in mxser_get_icount()
1255 icount->frame = cnow.frame; in mxser_get_icount()
1256 icount->brk = cnow.brk; in mxser_get_icount()
1257 icount->overrun = cnow.overrun; in mxser_get_icount()
1258 icount->buf_overrun = cnow.buf_overrun; in mxser_get_icount()
1259 icount->parity = cnow.parity; in mxser_get_icount()
1260 icount->rx = cnow.rx; in mxser_get_icount()
1261 icount->tx = cnow.tx; in mxser_get_icount()
1262 icount->cts = cnow.cts; in mxser_get_icount()
1263 icount->dsr = cnow.dsr; in mxser_get_icount()
1264 icount->rng = cnow.rng; in mxser_get_icount()
1265 icount->dcd = cnow.dcd; in mxser_get_icount()
1494 port->icount.buf_overrun++; in mxser_receive_chars_new()
1525 port->icount.brk++; in mxser_receive_chars_old()
1531 port->icount.parity++; in mxser_receive_chars_old()
1534 port->icount.frame++; in mxser_receive_chars_old()
1537 port->icount.overrun++; in mxser_receive_chars_old()
1541 port->icount.buf_overrun++; in mxser_receive_chars_old()
1573 port->icount.tx++; in mxser_transmit_chars()
1591 port->icount.tx++; in mxser_transmit_chars()