Lines Matching refs:icount
395 struct async_icount *icount; in mos7840_handle_new_msr() local
400 icount = &mos7840_port->port->icount; in mos7840_handle_new_msr()
404 icount->cts++; in mos7840_handle_new_msr()
406 icount->dsr++; in mos7840_handle_new_msr()
408 icount->dcd++; in mos7840_handle_new_msr()
410 icount->rng++; in mos7840_handle_new_msr()
418 struct async_icount *icount; in mos7840_handle_new_lsr() local
430 icount = &port->port->icount; in mos7840_handle_new_lsr()
432 icount->brk++; in mos7840_handle_new_lsr()
434 icount->overrun++; in mos7840_handle_new_lsr()
436 icount->parity++; in mos7840_handle_new_lsr()
438 icount->frame++; in mos7840_handle_new_lsr()
775 port->icount.rx += urb->actual_length; in mos7840_bulk_in_callback()
776 dev_dbg(&port->dev, "icount.rx is %d:\n", port->icount.rx); in mos7840_bulk_in_callback()
1388 port->icount.tx += transfer_size; in mos7840_write()
1389 dev_dbg(&port->dev, "icount.tx is %d:\n", port->icount.tx); in mos7840_write()