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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dtty.c41 static int tty_open(int input, int output, int primary, void *d, function
75 .open = tty_open,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_io.c147 static int tty_open(struct inode *, struct file *);
454 .open = tty_open,
466 .open = tty_open,
1745 * tty_open - open a tty device
1749 * tty_open and tty_release keep up the tty count that contains the
1765 static int tty_open(struct inode *inode, struct file *filp) function
1857 check_tty_count(tty, "tty_open");

Completed in 99 milliseconds