Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dtty_port.c413 if (tty_hung_up_p(filp) || !(port->flags & ASYNC_INITIALIZED)) { in tty_port_block_til_ready()
442 if (!tty_hung_up_p(filp)) in tty_port_block_til_ready()
475 if (tty_hung_up_p(filp)) in tty_port_close_start()
Dn_hdlc.c607 if (tty_hung_up_p(file)) in n_hdlc_tty_read()
833 if (tty_hung_up_p(filp)) in n_hdlc_tty_poll()
Dn_tty.c2260 if (tty_hung_up_p(file)) in n_tty_read()
2381 if (tty_hung_up_p(file) || (tty->link && !tty->link->count)) { in n_tty_write()
2475 if (tty_hung_up_p(file)) in n_tty_poll()
Dtty_io.c849 int tty_hung_up_p(struct file *filp) in tty_hung_up_p() function
854 EXPORT_SYMBOL(tty_hung_up_p);
2139 if (tty_hung_up_p(filp)) in tty_open()
Dn_gsm.c2486 if (tty_hung_up_p(file)) in gsmld_poll()
Dsynclink_gt.c3312 if (tty_hung_up_p(filp) || !(port->flags & ASYNC_INITIALIZED)){ in block_til_ready()
3337 if (!tty_hung_up_p(filp)) in block_til_ready()
Dsynclinkmp.c3334 if (tty_hung_up_p(filp) || !(port->flags & ASYNC_INITIALIZED)){ in block_til_ready()
3361 if (!tty_hung_up_p(filp)) in block_til_ready()
Dsynclink.c3312 if (tty_hung_up_p(filp) || !(port->flags & ASYNC_INITIALIZED)){ in block_til_ready()
3341 if (!tty_hung_up_p(filp)) in block_til_ready()
/linux-4.1.27/net/irda/ircomm/
Dircomm_tty.c326 if (tty_hung_up_p(filp) || in ircomm_tty_block_til_ready()
360 if (!tty_hung_up_p(filp)) in ircomm_tty_block_til_ready()
/linux-4.1.27/drivers/tty/hvc/
Dhvc_console.c385 if (tty_hung_up_p(filp)) in hvc_close()
Dhvsi.c780 if (tty_hung_up_p(filp)) in hvsi_close()
Dhvcs.c1205 if (tty_hung_up_p(filp)) in hvcs_close()
/linux-4.1.27/include/linux/
Dtty.h461 extern int tty_hung_up_p(struct file *filp);
/linux-4.1.27/drivers/tty/serial/
D68328serial.c1006 if (tty_hung_up_p(filp)) {
Dcrisv10.c3646 if (tty_hung_up_p(filp)) { in rs_close()
3885 if (tty_hung_up_p(filp) || in block_til_ready()
3914 if (!tty_hung_up_p(filp)) in block_til_ready()
/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_tty.c1246 if (tty_hung_up_p(file)) { in dgnc_block_til_ready()
/linux-4.1.27/drivers/isdn/i4l/
Disdn_tty.c1546 if (tty_hung_up_p(filp)) { in isdn_tty_close()
/linux-4.1.27/drivers/staging/dgap/
Ddgap.c3103 if (tty_hung_up_p(file)) { in dgap_block_til_ready()