Lines Matching defs:cy_open
1484 * cy_open() and friends
1492 static int cy_open(struct tty_struct *tty, struct file *filp)
1559 printk(KERN_DEBUG "cyc:cy_open ttyC%d\n", info->line);
1562 if (serial_paranoia_check(info, tty->name, "cy_open"))
1566 printk(KERN_DEBUG "cyc:cy_open ttyC%d, count = %d\n", info->line,
1571 printk(KERN_DEBUG "cyc:cy_open (%d): incrementing count to %d\n",
1585 printk(KERN_DEBUG "cyc:cy_open returning after block_til_ready "
1595 printk(KERN_DEBUG "cyc:cy_open done\n");
1598 } /* cy_open */
3989 .open = cy_open,