Home
last modified time | relevance | path

Searched refs:line_open (Results 1 – 4 of 4) sorted by relevance

/arch/um/drivers/
Dline.h60 extern int line_open(struct tty_struct *tty, struct file *filp);
Dssl.c96 .open = line_open,
Dstdio_console.c101 .open = line_open,
Dline.c330 int line_open(struct tty_struct *tty, struct file *filp) in line_open() function