Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtty.h598 static inline bool tty_port_cts_enabled(struct tty_port *port) in tty_port_cts_enabled() function
/Linux-v4.19/drivers/tty/
Damiserial.c417 if (tty_port_cts_enabled(port)) { in check_modem_status()
Disicom.c595 if (tty_port_cts_enabled(&port->port)) { in isicom_interrupt()
Dmxser.c830 if (tty_port_cts_enabled(&port->port)) { in mxser_check_modem_status()
Dcyclades.c721 if ((mdm_change & CyCTS) && tty_port_cts_enabled(&info->port)) { in cyy_chip_modem()
Dsynclink_gt.c2025 if (tty_port_cts_enabled(&info->port)) { in cts_change()
Dsynclinkmp.c2467 if (tty_port_cts_enabled(&info->port) && in isr_io_pin()
Dsynclink.c1357 if (tty_port_cts_enabled(&info->port) && in mgsl_isr_io_pin()
/Linux-v4.19/drivers/char/pcmcia/
Dsynclink_cs.c1060 if (tty && tty_port_cts_enabled(&info->port)) { in cts_change()