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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Drocket.c900 * this loop, info->count is dropped by one, so that rp_close() knows when to free things.
1078 static void rp_close(struct tty_struct *tty, struct file *filp) function
1085 if (rocket_paranoia_check(info, "rp_close"))
1089 printk(KERN_INFO "rp_close ttyR%d, count = %d\n", info->line, info->count);
1104 printk(KERN_INFO "rp_close: bad serial port count; tty->count is 1, "
1109 printk(KERN_INFO "rp_close: bad serial port count for ttyR%d: %d\n",
1186 printk(KERN_INFO "rp_close ttyR%d complete shutdown\n", info->line);
2341 .close = rp_close,

Completed in 73 milliseconds