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()
1592 ip->icount.rng++; in mxser_ioctl_special()
1594 ip->icount.dsr++; in mxser_ioctl_special()
1596 ip->icount.dcd++; in mxser_ioctl_special()
1598 ip->icount.cts++; in mxser_ioctl_special()
1665 cnow = info->icount; /* atomic copy */ in mxser_cflags_changed()
1742 cnow = info->icount; /* note the counters on entry */ in mxser_ioctl()
1827 struct serial_icounter_struct *icount) in mxser_get_icount() argument
1835 cnow = info->icount; in mxser_get_icount()
1838 icount->frame = cnow.frame; in mxser_get_icount()
1839 icount->brk = cnow.brk; in mxser_get_icount()
1840 icount->overrun = cnow.overrun; in mxser_get_icount()
1841 icount->buf_overrun = cnow.buf_overrun; in mxser_get_icount()
1842 icount->parity = cnow.parity; in mxser_get_icount()
1843 icount->rx = cnow.rx; in mxser_get_icount()
1844 icount->tx = cnow.tx; in mxser_get_icount()
1845 icount->cts = cnow.cts; in mxser_get_icount()
1846 icount->dsr = cnow.dsr; in mxser_get_icount()
1847 icount->rng = cnow.rng; in mxser_get_icount()
1848 icount->dcd = cnow.dcd; in mxser_get_icount()
2116 port->icount.brk++; in mxser_receive_chars()
2122 port->icount.parity++; in mxser_receive_chars()
2125 port->icount.frame++; in mxser_receive_chars()
2128 port->icount.overrun++; in mxser_receive_chars()
2173 port->icount.tx++; in mxser_transmit_chars()
2202 port->icount.tx += (cnt - port->xmit_cnt); in mxser_transmit_chars()