Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dtty_port.c512 if (tty_hung_up_p(filp) || !tty_port_initialized(port)) { in tty_port_block_til_ready()
540 if (!tty_hung_up_p(filp)) in tty_port_block_til_ready()
570 if (tty_hung_up_p(filp)) in tty_port_close_start()
Dn_hdlc.c589 if (tty_hung_up_p(file)) in n_hdlc_tty_read()
820 if (tty_hung_up_p(filp)) in n_hdlc_tty_poll()
Dtty_io.c742 int tty_hung_up_p(struct file *filp) in tty_hung_up_p() function
747 EXPORT_SYMBOL(tty_hung_up_p);
2049 if (tty_hung_up_p(filp)) in tty_open()
2139 if (!tty_hung_up_p(filp)) in tty_fasync()
Dn_tty.c2190 if (tty_hung_up_p(file)) in n_tty_read()
2311 if (tty_hung_up_p(file) || (tty->link && !tty->link->count)) { in n_tty_write()
2404 if (tty_hung_up_p(file)) in n_tty_poll()
Dn_gsm.c2489 if (tty_hung_up_p(file)) in gsmld_poll()
Dsynclink_gt.c3280 if (tty_hung_up_p(filp) || !tty_port_initialized(port)) { in block_til_ready()
3304 if (!tty_hung_up_p(filp)) in block_til_ready()
Dsynclinkmp.c3302 if (tty_hung_up_p(filp) || !tty_port_initialized(port)) { in block_til_ready()
3328 if (!tty_hung_up_p(filp)) in block_til_ready()
Dsynclink.c3296 if (tty_hung_up_p(filp) || !tty_port_initialized(port)) { in block_til_ready()
3324 if (!tty_hung_up_p(filp)) in block_til_ready()
/Linux-v4.19/drivers/tty/hvc/
Dhvc_console.c399 if (tty_hung_up_p(filp)) in hvc_close()
Dhvsi.c769 if (tty_hung_up_p(filp)) in hvsi_close()
Dhvcs.c1191 if (tty_hung_up_p(filp)) in hvcs_close()
/Linux-v4.19/include/linux/
Dtty.h494 extern int tty_hung_up_p(struct file *filp);
/Linux-v4.19/drivers/staging/dgnc/
Ddgnc_tty.c1023 if (tty_hung_up_p(file)) { in dgnc_block_til_ready()
/Linux-v4.19/drivers/isdn/i4l/
Disdn_tty.c1543 if (tty_hung_up_p(filp)) { in isdn_tty_close()