Searched refs:isdn_tty_close (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_tty.c1528 * isdn_tty_close() knows when to free things. We restore it upon
1643 isdn_tty_close(struct tty_struct *tty, struct file *filp) function
1648 if (!info || isdn_tty_paranoia_check(info, tty->name, "isdn_tty_close"))
1652 printk(KERN_DEBUG "isdn_tty_close return after tty_hung_up_p\n");
1664 printk(KERN_ERR "isdn_tty_close: bad port count; tty->count is 1, "
1669 printk(KERN_ERR "isdn_tty_close: bad port count for ttyi%d: %d\n",
1675 printk(KERN_DEBUG "isdn_tty_close after info->count != 0\n");
1726 printk(KERN_DEBUG "isdn_tty_close normal exit\n");
1856 .close = isdn_tty_close,

Completed in 31 milliseconds