Lines Matching refs:icount
1281 edge_port->port->icount.tx += count; in send_more_port_data()
1293 edge_port->port->icount.tx -= count; in send_more_port_data()
1772 edge_port->port->icount.rx += rxLen; in process_rcvd_data()
1944 struct async_icount *icount; in handle_new_msr() local
1948 icount = &edge_port->port->icount; in handle_new_msr()
1952 icount->cts++; in handle_new_msr()
1954 icount->dsr++; in handle_new_msr()
1956 icount->dcd++; in handle_new_msr()
1958 icount->rng++; in handle_new_msr()
1976 struct async_icount *icount; in handle_new_lsr() local
1994 icount = &edge_port->port->icount; in handle_new_lsr()
1996 icount->brk++; in handle_new_lsr()
1998 icount->overrun++; in handle_new_lsr()
2000 icount->parity++; in handle_new_lsr()
2002 icount->frame++; in handle_new_lsr()