tty_hung_up_p     394 drivers/tty/hvc/hvc_console.c 	if (tty_hung_up_p(filp))
tty_hung_up_p    1191 drivers/tty/hvc/hvcs.c 	if (tty_hung_up_p(filp))
tty_hung_up_p     769 drivers/tty/hvc/hvsi.c 	if (tty_hung_up_p(filp))
tty_hung_up_p    2602 drivers/tty/n_gsm.c 	if (tty_hung_up_p(file))
tty_hung_up_p     589 drivers/tty/n_hdlc.c 		if (tty_hung_up_p(file))
tty_hung_up_p     821 drivers/tty/n_hdlc.c 		if (tty_hung_up_p(filp))
tty_hung_up_p    2206 drivers/tty/n_tty.c 				if (tty_hung_up_p(file))
tty_hung_up_p    2327 drivers/tty/n_tty.c 		if (tty_hung_up_p(file) || (tty->link && !tty->link->count)) {
tty_hung_up_p    2420 drivers/tty/n_tty.c 	if (tty_hung_up_p(file))
tty_hung_up_p    3295 drivers/tty/synclink.c 		if (tty_hung_up_p(filp) || !tty_port_initialized(port)) {
tty_hung_up_p    3323 drivers/tty/synclink.c 	if (!tty_hung_up_p(filp))
tty_hung_up_p    3271 drivers/tty/synclink_gt.c 		if (tty_hung_up_p(filp) || !tty_port_initialized(port)) {
tty_hung_up_p    3295 drivers/tty/synclink_gt.c 	if (!tty_hung_up_p(filp))
tty_hung_up_p    3301 drivers/tty/synclinkmp.c 		if (tty_hung_up_p(filp) || !tty_port_initialized(port)) {
tty_hung_up_p    3327 drivers/tty/synclinkmp.c 	if (!tty_hung_up_p(filp))
tty_hung_up_p     750 drivers/tty/tty_io.c EXPORT_SYMBOL(tty_hung_up_p);
tty_hung_up_p    2069 drivers/tty/tty_io.c 		if (tty_hung_up_p(filp))
tty_hung_up_p    2159 drivers/tty/tty_io.c 	if (!tty_hung_up_p(filp))
tty_hung_up_p     506 drivers/tty/tty_port.c 		if (tty_hung_up_p(filp) || !tty_port_initialized(port)) {
tty_hung_up_p     534 drivers/tty/tty_port.c 	if (!tty_hung_up_p(filp))
tty_hung_up_p     564 drivers/tty/tty_port.c 	if (tty_hung_up_p(filp))
tty_hung_up_p     503 include/linux/tty.h extern int tty_hung_up_p(struct file *filp);