tag | line | file | source code |
---|---|---|---|
psaux_fops | 461 | drivers/char/psaux.c | struct file_operations psaux_fops = { |
psaux_fops | 481 | drivers/char/psaux.c | PSMOUSE_MINOR, "ps2aux", &psaux_fops |
psaux_fops | 493 | drivers/char/psaux.c | psaux_fops.write = write_qp; |
psaux_fops | 494 | drivers/char/psaux.c | psaux_fops.open = open_qp; |
psaux_fops | 495 | drivers/char/psaux.c | psaux_fops.release = release_qp; |