Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/drivers/tty/
H A Damiserial.c329 if (tty_port_check_carrier(port) && (dstatus & SER_DCD)) { in check_modem_status()
H A Dmxser.c705 if (tty_port_check_carrier(&port->port) && (msr & UART_MSR_DDCD)) { in mxser_check_modem_status()
H A Dsynclink_gt.c1993 if (tty_port_check_carrier(&info->port)) { in dcd_change()