tag | line | file | source code |
---|---|---|---|
psaux_fops | 465 | drivers/char/psaux.c | struct file_operations psaux_fops = { |
psaux_fops | 485 | drivers/char/psaux.c | PSMOUSE_MINOR, "ps2aux", &psaux_fops |
psaux_fops | 497 | drivers/char/psaux.c | psaux_fops.write = write_qp; |
psaux_fops | 498 | drivers/char/psaux.c | psaux_fops.open = open_qp; |
psaux_fops | 499 | drivers/char/psaux.c | psaux_fops.release = release_qp; |