Home
last modified time | relevance | path

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

/linux-6.12.1/arch/um/drivers/
Dline.h60 extern int line_open(struct tty_struct *tty, struct file *filp);
Dstdio_console.c99 .open = line_open,
Dssl.c93 .open = line_open,
Dline.c323 int line_open(struct tty_struct *tty, struct file *filp) in line_open() function