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

/drivers/tty/
H A Dcyclades.c1507 * cy_open() and friends
1515 static int cy_open(struct tty_struct *tty, struct file *filp) function
1586 printk(KERN_DEBUG "cyc:cy_open ttyC%d\n", info->line);
1589 if (serial_paranoia_check(info, tty->name, "cy_open"))
1593 printk(KERN_DEBUG "cyc:cy_open ttyC%d, count = %d\n", info->line,
1598 printk(KERN_DEBUG "cyc:cy_open (%d): incrementing count to %d\n",
1621 printk(KERN_DEBUG "cyc:cy_open returning after block_til_ready "
1631 printk(KERN_DEBUG "cyc:cy_open done\n");
1634 } /* cy_open */
4057 .open = cy_open,
[all...]

Completed in 15 milliseconds