Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dtty_port.c402 if (tty_hung_up_p(filp) || !(port->flags & ASYNC_INITIALIZED)) { in tty_port_block_til_ready()
430 if (!tty_hung_up_p(filp)) in tty_port_block_til_ready()
460 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.c2239 if (tty_hung_up_p(file)) in n_tty_read()
2357 if (tty_hung_up_p(file) || (tty->link && !tty->link->count)) { in n_tty_write()
2451 if (tty_hung_up_p(file)) in n_tty_poll()
Dtty_io.c850 int tty_hung_up_p(struct file *filp) in tty_hung_up_p() function
855 EXPORT_SYMBOL(tty_hung_up_p);
2132 if (tty_hung_up_p(filp)) in tty_open()
Dn_gsm.c2485 if (tty_hung_up_p(file)) in gsmld_poll()
Dsynclink_gt.c3307 if (tty_hung_up_p(filp) || !(port->flags & ASYNC_INITIALIZED)){ in block_til_ready()
3331 if (!tty_hung_up_p(filp)) in block_til_ready()
Dsynclinkmp.c3328 if (tty_hung_up_p(filp) || !(port->flags & ASYNC_INITIALIZED)){ in block_til_ready()
3354 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()
3340 if (!tty_hung_up_p(filp)) in block_til_ready()
/linux-4.4.14/net/irda/ircomm/
Dircomm_tty.c326 if (tty_hung_up_p(filp) || in ircomm_tty_block_til_ready()
359 if (!tty_hung_up_p(filp)) in ircomm_tty_block_til_ready()
/linux-4.4.14/drivers/tty/hvc/
Dhvc_console.c386 if (tty_hung_up_p(filp)) in hvc_close()
Dhvsi.c782 if (tty_hung_up_p(filp)) in hvsi_close()
Dhvcs.c1205 if (tty_hung_up_p(filp)) in hvcs_close()
/linux-4.4.14/include/linux/
Dtty.h461 extern int tty_hung_up_p(struct file *filp);
/linux-4.4.14/drivers/tty/serial/
D68328serial.c1007 if (tty_hung_up_p(filp)) {
Dcrisv10.c3587 if (tty_hung_up_p(filp)) { in rs_close()
3798 if (tty_hung_up_p(filp) || in block_til_ready()
3827 if (!tty_hung_up_p(filp)) in block_til_ready()
/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_tty.c1251 if (tty_hung_up_p(file)) { in dgnc_block_til_ready()
/linux-4.4.14/drivers/isdn/i4l/
Disdn_tty.c1546 if (tty_hung_up_p(filp)) { in isdn_tty_close()
/linux-4.4.14/drivers/staging/dgap/
Ddgap.c3038 if (tty_hung_up_p(file)) { in dgap_block_til_ready()