Lines Matching refs:icount

248 	struct async_icount icount; /* kernel counters for 4 input interrupts */  member
818 port->icount.rng++; in mxser_check_modem_status()
820 port->icount.dsr++; in mxser_check_modem_status()
822 port->icount.dcd++; in mxser_check_modem_status()
824 port->icount.cts++; in mxser_check_modem_status()
1577 ip->icount.rng++; in mxser_ioctl_special()
1579 ip->icount.dsr++; in mxser_ioctl_special()
1581 ip->icount.dcd++; in mxser_ioctl_special()
1583 ip->icount.cts++; in mxser_ioctl_special()
1650 cnow = info->icount; /* atomic copy */ in mxser_cflags_changed()
1740 cnow = info->icount; /* note the counters on entry */ in mxser_ioctl()
1825 struct serial_icounter_struct *icount) in mxser_get_icount() argument
1833 cnow = info->icount; in mxser_get_icount()
1836 icount->frame = cnow.frame; in mxser_get_icount()
1837 icount->brk = cnow.brk; in mxser_get_icount()
1838 icount->overrun = cnow.overrun; in mxser_get_icount()
1839 icount->buf_overrun = cnow.buf_overrun; in mxser_get_icount()
1840 icount->parity = cnow.parity; in mxser_get_icount()
1841 icount->rx = cnow.rx; in mxser_get_icount()
1842 icount->tx = cnow.tx; in mxser_get_icount()
1843 icount->cts = cnow.cts; in mxser_get_icount()
1844 icount->dsr = cnow.dsr; in mxser_get_icount()
1845 icount->rng = cnow.rng; in mxser_get_icount()
1846 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()