Searched refs:line_open (Results 1 – 4 of 4) sorted by relevance
60 extern int line_open(struct tty_struct *tty, struct file *filp);
99 .open = line_open,
93 .open = line_open,
323 int line_open(struct tty_struct *tty, struct file *filp) in line_open() function