Lines Matching refs:icount
104 struct async_icount icount; member
1564 struct async_icount *icount; in handle_new_msr() local
1569 icount = &edge_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()
1591 struct async_icount *icount; in handle_new_lsr() local
1613 icount = &edge_port->icount; in handle_new_lsr()
1615 icount->brk++; in handle_new_lsr()
1617 icount->overrun++; in handle_new_lsr()
1619 icount->parity++; in handle_new_lsr()
1621 icount->frame++; in handle_new_lsr()
1764 edge_port->icount.rx += urb->actual_length; in edge_bulk_in_callback()
1852 memset (&(edge_port->icount), 0x00, sizeof(edge_port->icount)); in edge_open()
2066 edge_port->icount.tx += count; in edge_write()
2513 cprev = edge_port->icount; in edge_ioctl()
2519 cnow = edge_port->icount; in edge_ioctl()
2536 port->number, edge_port->icount.rx, edge_port->icount.tx); in edge_ioctl()
2537 if (copy_to_user((void *)arg, &edge_port->icount, sizeof(edge_port->icount))) in edge_ioctl()