tag | line | file | source code |
---|---|---|---|
psaux_fops | 29 | drivers/char/mouse.c | extern struct file_operations psaux_fops; |
psaux_fops | 50 | drivers/char/mouse.c | file->f_op = &psaux_fops; |
psaux_fops | 422 | drivers/char/psaux.c | struct file_operations psaux_fops = { |
psaux_fops | 450 | drivers/char/psaux.c | psaux_fops.write = write_qp; |
psaux_fops | 451 | drivers/char/psaux.c | psaux_fops.open = open_qp; |
psaux_fops | 452 | drivers/char/psaux.c | psaux_fops.release = release_qp; |