Home
last modified time | relevance | path

Searched refs:check_clocal (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/linux/
Dtty_port.h237 void tty_port_tty_hangup(struct tty_port *port, bool check_clocal);
/Linux-v6.1/drivers/tty/
Dtty_port.c419 void tty_port_tty_hangup(struct tty_port *port, bool check_clocal) in tty_port_tty_hangup() argument
423 if (tty && (!check_clocal || !C_CLOCAL(tty))) in tty_port_tty_hangup()