Searched refs:tty_hung_up_p (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_port.c233 if (tty_hung_up_p(filp) || port->flags & ASYNC_CLOSING) {
267 if (!tty_hung_up_p(filp))
280 if (tty_hung_up_p(filp) || !(port->flags & ASYNC_INITIALIZED)) {
306 if (!tty_hung_up_p(filp))
322 if (tty_hung_up_p(filp)) {
418 if (!tty_hung_up_p(filp))
H A Dgeneric_serial.c422 if (tty_hung_up_p(filp) || port->flags & ASYNC_CLOSING) {
460 if (!tty_hung_up_p(filp)) {
469 if (tty_hung_up_p(filp) ||
494 if (!tty_hung_up_p(filp)) {
525 if (tty_hung_up_p(filp)) {
H A Damiserial.c1433 if (tty_hung_up_p(filp)) {
1627 if (tty_hung_up_p(filp) ||
1666 if (!tty_hung_up_p(filp)) {
1678 if (tty_hung_up_p(filp) ||
1789 if (tty_hung_up_p(filp) ||
H A Dn_tty.c1774 if (tty_hung_up_p(file))
1934 if (tty_hung_up_p(file) || (tty->link && !tty->link->count)) {
2014 if (tty_hung_up_p(file))
H A Dspecialix.c1298 if (tty_hung_up_p(filp) || port->port.flags & ASYNC_CLOSING) {
1333 if (!tty_hung_up_p(filp))
1352 if (tty_hung_up_p(filp) ||
1375 if (!tty_hung_up_p(filp))
1488 if (tty_hung_up_p(filp)) {
H A Dhvc_console.c357 if (tty_hung_up_p(filp))
H A Dn_hdlc.c821 if (tty_hung_up_p(filp))
H A Dserial167.c1688 if (tty_hung_up_p(filp)
1722 if (!tty_hung_up_p(filp)) {
H A Dhvcs.c1203 if (tty_hung_up_p(filp))
H A Dhvsi.c870 if (tty_hung_up_p(filp))
H A Dtty_io.c719 * tty_hung_up_p - was tty hung up
726 int tty_hung_up_p(struct file *filp) function
731 EXPORT_SYMBOL(tty_hung_up_p); variable
H A Dsynclink.c3320 if (!tty_hung_up_p(filp)) {
3333 if (tty_hung_up_p(filp) || !(port->flags & ASYNC_INITIALIZED)){
3415 if (tty_hung_up_p(filp) || info->port.flags & ASYNC_CLOSING){
H A Dsynclink_gt.c671 if (tty_hung_up_p(filp) || info->port.flags & ASYNC_CLOSING){
3220 if (!tty_hung_up_p(filp)) {
3233 if (tty_hung_up_p(filp) || !(port->flags & ASYNC_INITIALIZED)){
H A Dsynclinkmp.c750 if (tty_hung_up_p(filp) || info->port.flags & ASYNC_CLOSING){
3336 if (!tty_hung_up_p(filp)) {
3349 if (tty_hung_up_p(filp) || !(port->flags & ASYNC_INITIALIZED)){
H A Dn_gsm.c2244 if (tty_hung_up_p(file))
H A Dcyclades.c1609 if (tty_hung_up_p(filp) || (info->port.flags & ASYNC_CLOSING)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/ircomm/
H A Dircomm_tty.c288 if (!tty_hung_up_p(filp)) {
308 if (tty_hung_up_p(filp) ||
434 if (tty_hung_up_p(filp) ||
505 if (tty_hung_up_p(filp)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68328serial.c1036 if (tty_hung_up_p(filp)) {
1176 if (tty_hung_up_p(filp) ||
1200 if (!tty_hung_up_p(filp))
H A D68360serial.c1527 if (tty_hung_up_p(filp)) {
1718 if (tty_hung_up_p(filp) ||
1763 if (!tty_hung_up_p(filp))
1775 if (tty_hung_up_p(filp) ||
1805 if (!tty_hung_up_p(filp))
H A Dserial_core.c916 if ((!file || !tty_hung_up_p(file)) &&
939 if ((!file || !tty_hung_up_p(file)) &&
1154 if (tty_hung_up_p(filp)) {
1269 if (tty_hung_up_p(filp)) {
1614 if (tty_hung_up_p(filp)) {
H A Dcrisv10.c3787 if (tty_hung_up_p(filp)) {
3983 if (tty_hung_up_p(filp) ||
4025 if (!tty_hung_up_p(filp)) {
4038 if (tty_hung_up_p(filp) ||
4143 if (tty_hung_up_p(filp) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/sim/
H A Dsimserial.c545 if (tty_hung_up_p(filp)) {
801 if (tty_hung_up_p(filp) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Dip2main.c1486 if ( tty_hung_up_p(pFile) || ( pCh->flags & ASYNC_CLOSING )) {
1492 if ( tty_hung_up_p(pFile) ) {
1529 if ( tty_hung_up_p(pFile) ) {
1618 if ( tty_hung_up_p ( pFile ) ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtty.h429 extern int tty_hung_up_p(struct file *filp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_tty.c1493 if (tty_hung_up_p(filp) ||
1537 if (!(tty_hung_up_p(filp)))
1542 if (tty_hung_up_p(filp) ||
1571 if (!tty_hung_up_p(filp))
1650 if (tty_hung_up_p(filp)) {
1652 printk(KERN_DEBUG "isdn_tty_close return after tty_hung_up_p\n");

Completed in 402 milliseconds

12