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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/platforms/iss/
H A Dconsole.c100 static void rs_close(struct tty_struct *tty, struct file * filp) function
200 .close = rs_close,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68328serial.c1017 * rs_close()
1025 static void rs_close(struct tty_struct *tty, struct file * filp) function
1031 if (!info || serial_paranoia_check(info, tty->name, "rs_close"))
1049 printk("rs_close: bad serial port count; tty->count is 1, "
1054 printk("rs_close: bad serial port count for ttyS%d: %d\n",
1163 * rs_close() knows when to free things. We restore it upon
1254 .close = rs_close,
H A Dcrisv10.c3766 * rs_close()
3775 rs_close(struct tty_struct *tty, struct file * filp) function
3793 printk("[%d] rs_close ttyS%d, count = %d\n", current->pid,
3805 "rs_close: bad serial port count; tty->count is 1, "
3810 printk(KERN_CRIT "rs_close: bad serial port count for ttyS%d: %d\n",
4015 * rs_close() knows when to free things. We restore it upon
4394 .close = rs_close,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/sim/
H A Dsimserial.c14 * 02/04/00 D. Mosberger Merged in serial.c bug fixes in rs_close().
526 * rs_close()
534 static void rs_close(struct tty_struct *tty, struct file * filp) function
547 printk("rs_close: hung_up\n");
553 printk("rs_close ttys%d, count = %d\n", info->line, state->count);
563 printk(KERN_ERR "rs_close: bad serial port count; tty->count is 1, "
568 printk(KERN_ERR "rs_close: bad serial port count for ttys%d: %d\n",
891 .close = rs_close,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Damiserial.c1412 * rs_close()
1420 static void rs_close(struct tty_struct *tty, struct file * filp) function
1426 if (!info || serial_paranoia_check(info, tty->name, "rs_close"))
1440 printk("rs_close ttys%d, count = %d\n", info->line, state->count);
1450 printk("rs_close: bad serial port count; tty->count is 1, "
1455 printk("rs_close: bad serial port count for ttys%d: %d\n",
1656 * rs_close() knows when to free things. We restore it upon
1930 .close = rs_close,

Completed in 78 milliseconds