Searched refs:tty_icount (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/
H A Dnozomi.c367 struct async_icount tty_icount; member in struct:port
1002 dc->port[port].tty_icount.cts++;
1004 dc->port[port].tty_icount.dsr++;
1006 dc->port[port].tty_icount.rng++;
1008 dc->port[port].tty_icount.dcd++;
1014 dc->port[port].tty_icount.dcd, dc->port[port].tty_icount.cts,
1015 dc->port[port].tty_icount.rng, dc->port[port].tty_icount.dsr);
1773 const struct async_icount cnow = port->tty_icount;
[all...]

Completed in 1003 milliseconds