tag
line
file
source code
mouse_fops
60
drivers/char/mouse.c
static struct file_operations mouse_fops = {
mouse_fops
123
drivers/char/mouse.c
if (register_chrdev(MOUSE_MAJOR,"mouse",&mouse_fops)) {