Lines Matching refs:open
506 static int open(struct tty_struct *tty, struct file * filp);
719 printk("%s(%d): open with invalid line #%d.\n",
727 if (sanity_check(info, tty->name, "open"))
743 static int open(struct tty_struct *tty, struct file *filp)
752 printk("%s(%d):%s open(), old ref count = %d\n",
767 /* 1st open on this device, init hardware */
782 printk("%s(%d):%s open() success\n",
832 * This is the same as closing all open descriptors for the port.
1539 /* return error if TTY interface open */
1628 /* generic HDLC layer open processing */
1719 /* return error if TTY interface open */
2593 * device is not open in a normal mode.
3247 /* Block the current process until the specified port is ready to open.
3864 .open = open,