Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtty_port.h248 void __tty_port_tty_hangup(struct tty_port *port, bool check_clocal, bool async);
272 static inline void tty_port_tty_hangup(struct tty_port *port, bool check_clocal) in tty_port_tty_hangup() argument
274 __tty_port_tty_hangup(port, check_clocal, true); in tty_port_tty_hangup()