Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtty_port.h235 void __tty_port_tty_hangup(struct tty_port *port, bool check_clocal, bool async);
261 __tty_port_tty_hangup(port, check_clocal, true); in tty_port_tty_hangup()
270 __tty_port_tty_hangup(port, false, false); in tty_port_tty_vhangup()
/linux/drivers/tty/
H A Dtty_port.c394 void __tty_port_tty_hangup(struct tty_port *port, bool check_clocal, bool async) in __tty_port_tty_hangup() function
406 EXPORT_SYMBOL_GPL(__tty_port_tty_hangup);