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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dserial167.c1637 static void cy_close(struct tty_struct *tty, struct file *filp) function
1643 printk("cy_close %s\n", tty->name);
1646 if (!info || serial_paranoia_check(info, tty->name, "cy_close")) {
1650 printk("cy_close %s, count = %d\n", tty->name, info->count);
1661 printk("cy_close: bad serial port count; tty->count is 1, "
1670 printk("cy_close: bad serial port count for ttys%d: %d\n",
1699 printk("cy_close done\n");
1701 } /* cy_close */
1764 * cy_close() knows when to free things. We restore it upon
2048 .close = cy_close,
[all...]
H A Dcyclades.c1708 * cy_close() knows when to free things. We restore it upon
2077 static void cy_close(struct tty_struct *tty, struct file *filp) function
2084 printk(KERN_DEBUG "cyc:cy_close ttyC%d\n", info->line);
2087 if (!info || serial_paranoia_check(info, tty->name, "cy_close")) {
2100 printk(KERN_DEBUG "cyc:cy_close ttyC%d, count = %d\n", info->line,
2111 printk(KERN_ERR "cyc:cy_close: bad serial port count; "
2116 printk(KERN_DEBUG "cyc:cy_close at (%d): decrementing count to %d\n",
2173 printk(KERN_DEBUG "cyc:cy_close retval on "
2206 printk(KERN_DEBUG "cyc:cy_close done\n");
2210 } /* cy_close */
[all...]

Completed in 67 milliseconds