Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/
Dnozomi.c367 struct async_icount tty_icount; member
1002 dc->port[port].tty_icount.cts++; in receive_flow_control()
1004 dc->port[port].tty_icount.dsr++; in receive_flow_control()
1006 dc->port[port].tty_icount.rng++; in receive_flow_control()
1008 dc->port[port].tty_icount.dcd++; in receive_flow_control()
1014 dc->port[port].tty_icount.dcd, dc->port[port].tty_icount.cts, in receive_flow_control()
1015 dc->port[port].tty_icount.rng, dc->port[port].tty_icount.dsr); in receive_flow_control()
1773 const struct async_icount cnow = port->tty_icount; in ntty_cflags_changed()
1790 const struct async_icount cnow = port->tty_icount; in ntty_tiocgicount()
1816 struct async_icount cprev = port->tty_icount; in ntty_ioctl()