Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/
H A Dtty_port.c557 if (tty_hung_up_p(filp) || !tty_port_initialized(port)) { in tty_port_block_til_ready()
586 if (!tty_hung_up_p(filp)) in tty_port_block_til_ready()
630 if (tty_hung_up_p(filp)) in tty_port_close_start()
H A 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()
H A Dtty_io.c737 int tty_hung_up_p(struct file *filp) in tty_hung_up_p() function
741 EXPORT_SYMBOL(tty_hung_up_p);
2166 if (tty_hung_up_p(filp)) in tty_open()
2260 if (!tty_hung_up_p(filp)) in tty_fasync()
H A Dn_tty.c2153 if (tty_hung_up_p(file)) in n_tty_wait_for_input()
2371 if (tty_hung_up_p(file) || (tty->link && !tty->link->count)) { in n_tty_write()
2463 if (tty_hung_up_p(file)) in n_tty_poll()
H A Dsynclink_gt.c3200 if (tty_hung_up_p(filp) || !tty_port_initialized(port)) { in block_til_ready()
3224 if (!tty_hung_up_p(filp)) in block_til_ready()
H A Dn_gsm.c3818 if (tty_hung_up_p(file)) in gsmld_poll()
/linux-6.15/Documentation/driver-api/tty/
H A Dtty_struct.rst63 :identifiers: tty_hangup tty_vhangup tty_hung_up_p
/linux-6.15/include/linux/
H A Dtty.h422 int tty_hung_up_p(struct file *filp);
/linux-6.15/drivers/tty/hvc/
H A Dhvc_console.c394 if (tty_hung_up_p(filp)) in hvc_close()
H A Dhvcs.c1163 if (tty_hung_up_p(filp)) in hvcs_close()
H A Dhvsi.c769 if (tty_hung_up_p(filp)) in hvsi_close()