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