Searched refs:tty_open (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | tty.c | 39 static int tty_open(int input, int output, int primary, void *d, in tty_open() function 73 .open = tty_open,
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | tty.c | 39 static int tty_open(int input, int output, int primary, void *d, in tty_open() function 73 .open = tty_open,
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_io.c | 149 static int tty_open(struct inode *, struct file *); 483 .open = tty_open, 498 .open = tty_open, 2077 * tty_open - open a tty device 2081 * tty_open and tty_release keep up the tty count that contains the 2100 static int tty_open(struct inode *inode, struct file *filp) in tty_open() function
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_io.c | 150 static int tty_open(struct inode *, struct file *); 473 .open = tty_open, 488 .open = tty_open, 2089 * tty_open - open a tty device 2093 * tty_open() and tty_release() keep up the tty count that contains the number 2111 static int tty_open(struct inode *inode, struct file *filp) in tty_open() function
|
Completed in 9 milliseconds