Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dtty_port.h192 static inline bool tty_port_check_carrier(const struct tty_port *port) in tty_port_check_carrier() function
/Linux-v6.6/drivers/tty/
Damiserial.c329 if (tty_port_check_carrier(port) && (dstatus & SER_DCD)) { in check_modem_status()
Dmxser.c705 if (tty_port_check_carrier(&port->port) && (msr & UART_MSR_DDCD)) { in mxser_check_modem_status()
Dsynclink_gt.c1993 if (tty_port_check_carrier(&info->port)) { in dcd_change()