Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dtty_port.h196 static inline void tty_port_set_check_carrier(struct tty_port *port, bool val) in tty_port_set_check_carrier() function
/linux-6.1.9/drivers/tty/
Damiserial.c642 tty_port_set_check_carrier(port, ~cflag & CLOCAL); in change_speed()
Dmxser.c639 tty_port_set_check_carrier(&info->port, ~cflag & CLOCAL); in mxser_change_speed()
Dsynclink_gt.c2484 tty_port_set_check_carrier(&info->port, ~cflag & CLOCAL); in change_params()
/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c1464 tty_port_set_check_carrier(&info->port, ~cflag & CLOCAL); in mgslpc_change_params()