Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/
Dtty_port.c555 if (tty_hung_up_p(filp) || !tty_port_initialized(port)) { in tty_port_block_til_ready()
584 if (!tty_hung_up_p(filp)) in tty_port_block_til_ready()
628 if (tty_hung_up_p(filp)) in tty_port_close_start()
Dn_hdlc.c448 if (tty_hung_up_p(file)) in n_hdlc_tty_read()
666 if (tty_hung_up_p(filp)) in n_hdlc_tty_poll()
Dtty_io.c743 int tty_hung_up_p(struct file *filp) in tty_hung_up_p() function
747 EXPORT_SYMBOL(tty_hung_up_p);
2164 if (tty_hung_up_p(filp)) in tty_open()
2252 if (!tty_hung_up_p(filp)) in tty_fasync()
Dn_tty.c2252 if (tty_hung_up_p(file)) in n_tty_read()
2378 if (tty_hung_up_p(file) || (tty->link && !tty->link->count)) { in n_tty_write()
2470 if (tty_hung_up_p(file)) in n_tty_poll()
Dsynclink_gt.c3199 if (tty_hung_up_p(filp) || !tty_port_initialized(port)) { in block_til_ready()
3223 if (!tty_hung_up_p(filp)) in block_til_ready()
Dn_gsm.c3756 if (tty_hung_up_p(file)) in gsmld_poll()
/Linux-v6.6/Documentation/driver-api/tty/
Dtty_struct.rst63 :identifiers: tty_hangup tty_vhangup tty_hung_up_p
/Linux-v6.6/include/linux/
Dtty.h427 int tty_hung_up_p(struct file *filp);
/Linux-v6.6/drivers/tty/hvc/
Dhvc_console.c394 if (tty_hung_up_p(filp)) in hvc_close()
Dhvcs.c1165 if (tty_hung_up_p(filp)) in hvcs_close()
Dhvsi.c769 if (tty_hung_up_p(filp)) in hvsi_close()