Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dnozomi.c333 struct async_icount tty_icount; member
959 dc->port[port].tty_icount.cts++; in receive_flow_control()
961 dc->port[port].tty_icount.dsr++; in receive_flow_control()
963 dc->port[port].tty_icount.rng++; in receive_flow_control()
965 dc->port[port].tty_icount.dcd++; in receive_flow_control()
971 dc->port[port].tty_icount.dcd, dc->port[port].tty_icount.cts, in receive_flow_control()
972 dc->port[port].tty_icount.rng, dc->port[port].tty_icount.dsr); in receive_flow_control()
1716 const struct async_icount cnow = port->tty_icount; in ntty_cflags_changed()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dnozomi.c329 struct async_icount tty_icount; member
945 dc->port[port].tty_icount.cts++; in receive_flow_control()
947 dc->port[port].tty_icount.dsr++; in receive_flow_control()
949 dc->port[port].tty_icount.rng++; in receive_flow_control()
951 dc->port[port].tty_icount.dcd++; in receive_flow_control()
957 dc->port[port].tty_icount.dcd, dc->port[port].tty_icount.cts, in receive_flow_control()
958 dc->port[port].tty_icount.rng, dc->port[port].tty_icount.dsr); in receive_flow_control()
1696 const struct async_icount cnow = port->tty_icount; in ntty_cflags_changed()
[all...]

Completed in 5 milliseconds