tag
line
file
source code
rs_open
363
include/linux/tty.h
extern int rs_open(struct tty_struct * tty, struct file * filp);
rs_open
1471
kernel/chr_drv/tty_io.c
tty->open = rs_open;