Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtty_port.h192 static inline bool tty_port_check_carrier(const struct tty_port *port) in tty_port_check_carrier() function
/linux/drivers/tty/
H A Damiserial.c327 if (tty_port_check_carrier(port) && (dstatus & SER_DCD)) { in check_modem_status()
H A Dmxser.c702 if (tty_port_check_carrier(&port->port) && (msr & UART_MSR_DDCD)) { in mxser_check_modem_status()
H A Dsynclink_gt.c1994 if (tty_port_check_carrier(&info->port)) { in dcd_change()