Lines Matching refs:icount
1432 struct async_icount *icount; in handle_new_msr() local
1439 icount = &edge_port->port->icount; in handle_new_msr()
1443 icount->cts++; in handle_new_msr()
1445 icount->dsr++; in handle_new_msr()
1447 icount->dcd++; in handle_new_msr()
1449 icount->rng++; in handle_new_msr()
1468 struct async_icount *icount; in handle_new_lsr() local
1488 icount = &edge_port->port->icount; in handle_new_lsr()
1490 icount->brk++; in handle_new_lsr()
1492 icount->overrun++; in handle_new_lsr()
1494 icount->parity++; in handle_new_lsr()
1496 icount->frame++; in handle_new_lsr()
1647 edge_port->port->icount.rx += urb->actual_length; in edge_bulk_in_callback()
1957 edge_port->port->icount.tx += count; in edge_send()