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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dserial167.c1724 * cy_open() and friends
1850 int cy_open(struct tty_struct *tty, struct file *filp) function
1865 printk("cy_open %s\n", tty->name); /* */
1867 if (serial_paranoia_check(info, tty->name, "cy_open")) {
1871 printk("cy_open %s, count = %d\n", tty->name, info->count);
1892 printk("cy_open returning after block_til_ready with %d\n",
1898 printk("cy_open done\n");
1902 } /* cy_open */
2047 .open = cy_open,
H A Dcyclades.c1667 * cy_open() and friends
1867 static int cy_open(struct tty_struct *tty, struct file *filp) function
1948 printk(KERN_DEBUG "cyc:cy_open ttyC%d\n", info->line);
1952 if (serial_paranoia_check(info, tty->name, "cy_open")) {
1956 printk(KERN_DEBUG "cyc:cy_open ttyC%d, count = %d\n", info->line,
1961 printk(KERN_DEBUG "cyc:cy_open (%d): incrementing count to %d\n",
1985 printk(KERN_DEBUG "cyc:cy_open returning after block_til_ready "
1994 printk(KERN_DEBUG "cyc:cy_open done\n");
1997 } /* cy_open */
4518 .open = cy_open,
[all...]

Completed in 190 milliseconds