Lines Matching refs:icount
1562 struct async_icount *icount; in handle_new_msr() local
1569 icount = &edge_port->port->icount; in handle_new_msr()
1573 icount->cts++; in handle_new_msr()
1575 icount->dsr++; in handle_new_msr()
1577 icount->dcd++; in handle_new_msr()
1579 icount->rng++; in handle_new_msr()
1598 struct async_icount *icount; in handle_new_lsr() local
1618 icount = &edge_port->port->icount; in handle_new_lsr()
1620 icount->brk++; in handle_new_lsr()
1622 icount->overrun++; in handle_new_lsr()
1624 icount->parity++; in handle_new_lsr()
1626 icount->frame++; in handle_new_lsr()
1777 edge_port->port->icount.rx += urb->actual_length; in edge_bulk_in_callback()
2089 edge_port->port->icount.tx += count; in edge_send()