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

/linux-master/arch/um/drivers/
H A Dtty.c39 static int tty_open(int input, int output, int primary, void *d, function
73 .open = tty_open,
/linux-master/drivers/tty/
H A Dtty_io.c150 static int tty_open(struct inode *, struct file *);
473 .open = tty_open,
488 .open = tty_open,
2097 * tty_open - open a tty device
2101 * tty_open() and tty_release() keep up the tty count that contains the number
2119 static int tty_open(struct inode *inode, struct file *filp) function

Completed in 127 milliseconds