Lines Matching refs:icount

244 	struct async_icount icount; /* kernel counters for 4 input interrupts */  member
812 port->icount.rng++; in mxser_check_modem_status()
814 port->icount.dsr++; in mxser_check_modem_status()
816 port->icount.dcd++; in mxser_check_modem_status()
818 port->icount.cts++; in mxser_check_modem_status()
1585 ip->icount.rng++; in mxser_ioctl_special()
1587 ip->icount.dsr++; in mxser_ioctl_special()
1589 ip->icount.dcd++; in mxser_ioctl_special()
1591 ip->icount.cts++; in mxser_ioctl_special()
1658 cnow = info->icount; /* atomic copy */ in mxser_cflags_changed()
1735 cnow = info->icount; /* note the counters on entry */ in mxser_ioctl()
1820 struct serial_icounter_struct *icount) in mxser_get_icount() argument
1828 cnow = info->icount; in mxser_get_icount()
1831 icount->frame = cnow.frame; in mxser_get_icount()
1832 icount->brk = cnow.brk; in mxser_get_icount()
1833 icount->overrun = cnow.overrun; in mxser_get_icount()
1834 icount->buf_overrun = cnow.buf_overrun; in mxser_get_icount()
1835 icount->parity = cnow.parity; in mxser_get_icount()
1836 icount->rx = cnow.rx; in mxser_get_icount()
1837 icount->tx = cnow.tx; in mxser_get_icount()
1838 icount->cts = cnow.cts; in mxser_get_icount()
1839 icount->dsr = cnow.dsr; in mxser_get_icount()
1840 icount->rng = cnow.rng; in mxser_get_icount()
1841 icount->dcd = cnow.dcd; in mxser_get_icount()
2109 port->icount.brk++; in mxser_receive_chars()
2115 port->icount.parity++; in mxser_receive_chars()
2118 port->icount.frame++; in mxser_receive_chars()
2121 port->icount.overrun++; in mxser_receive_chars()
2166 port->icount.tx++; in mxser_transmit_chars()
2195 port->icount.tx += (cnt - port->xmit_cnt); in mxser_transmit_chars()