tag
line
file
source code
serial_open
244
include/linux/tty.h
extern int serial_open(unsigned int line, struct file * filp);
serial_open
538
kernel/chr_drv/tty_io.c
retval = serial_open(dev-64,filp);