Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/
Dtty_port.c536 if (tty_hung_up_p(filp) || !tty_port_initialized(port)) { in tty_port_block_til_ready()
565 if (!tty_hung_up_p(filp)) in tty_port_block_til_ready()
609 if (tty_hung_up_p(filp)) in tty_port_close_start()
Dn_hdlc.c463 if (tty_hung_up_p(file)) in n_hdlc_tty_read()
691 if (tty_hung_up_p(filp)) in n_hdlc_tty_poll()
Dtty_io.c750 int tty_hung_up_p(struct file *filp) in tty_hung_up_p() function
754 EXPORT_SYMBOL(tty_hung_up_p);
2170 if (tty_hung_up_p(filp)) in tty_open()
2258 if (!tty_hung_up_p(filp)) in tty_fasync()
Dn_tty.c2170 if (tty_hung_up_p(file)) in n_tty_read()
2291 if (tty_hung_up_p(file) || (tty->link && !tty->link->count)) { in n_tty_write()
2384 if (tty_hung_up_p(file)) in n_tty_poll()
Dsynclink_gt.c3205 if (tty_hung_up_p(filp) || !tty_port_initialized(port)) { in block_til_ready()
3229 if (!tty_hung_up_p(filp)) in block_til_ready()
Dn_gsm.c3051 if (tty_hung_up_p(file)) in gsmld_poll()
/linux-5.19.10/Documentation/driver-api/tty/
Dtty_struct.rst63 :identifiers: tty_hangup tty_vhangup tty_hung_up_p
/linux-5.19.10/include/linux/
Dtty.h433 int tty_hung_up_p(struct file *filp);
/linux-5.19.10/drivers/tty/hvc/
Dhvc_console.c394 if (tty_hung_up_p(filp)) in hvc_close()
Dhvcs.c1159 if (tty_hung_up_p(filp)) in hvcs_close()
Dhvsi.c769 if (tty_hung_up_p(filp)) in hvsi_close()