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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dnozomi.c370 struct async_icount tty_icount; member in struct:port
1005 dc->port[port].tty_icount.cts++;
1007 dc->port[port].tty_icount.dsr++;
1009 dc->port[port].tty_icount.rng++;
1011 dc->port[port].tty_icount.dcd++;
1017 dc->port[port].tty_icount.dcd, dc->port[port].tty_icount.cts,
1018 dc->port[port].tty_icount.rng, dc->port[port].tty_icount.dsr);
1794 const struct async_icount cnow = port->tty_icount;
[all...]

Completed in 73 milliseconds