Home
last modified time | relevance | path

Searched refs:tty_open (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dtty.c39 static int tty_open(int input, int output, int primary, void *d, in tty_open() function
73 .open = tty_open,
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_io.c148 static int tty_open(struct inode *, struct file *);
482 .open = tty_open,
497 .open = tty_open,
2097 static int tty_open(struct inode *inode, struct file *filp) in tty_open() function