Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dtty_port.h191 static inline bool tty_port_check_carrier(const struct tty_port *port) in tty_port_check_carrier() function
/linux-6.1.9/drivers/tty/
Damiserial.c329 if (tty_port_check_carrier(port) && (dstatus & SER_DCD)) { in check_modem_status()
Dmxser.c704 if (tty_port_check_carrier(&port->port) && (msr & UART_MSR_DDCD)) { in mxser_check_modem_status()
Dsynclink_gt.c1994 if (tty_port_check_carrier(&info->port)) { in dcd_change()
/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c1102 if (tty_port_check_carrier(&info->port)) { in dcd_change()