#include <linux/module.h>#include <linux/sched.h>#include <linux/ptrace.h>#include <linux/interrupt.h>#include <asm/hardware.h>#include <asm/irq.h>#include <asm/io.h>#include <asm/iomd.h>#include "../../char/mouse.h"Include dependency graph for mouse_rpc.c:

Go to the source code of this file.
Functions | |
| void | mouse_rpc_irq (int irq, void *dev_id, struct pt_regs *regs) |
| int | mouse_rpc_init (void) |
Variables | |
| static short | old_x |
| static short | old_y |
| static short | old_b |
| static int | mousedev |
| static struct busmouse | rpcmouse |
|
|
Definition at line 52 of file mouse_rpc.c. References ENODEV, inl, IOMD_MOUSEX, IOMD_MOUSEY, IRQ_VSYNCPULSE, mouse_rpc_irq(), old_b, old_x, old_y, printk, request_irq(), rpcmouse, and SA_SHIRQ. Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
Definition at line 27 of file mouse_rpc.c. References dx, inl, IOMD_MOUSEX, IOMD_MOUSEY, old_b, old_x, old_y, x, and y. Referenced by mouse_rpc_init(). |
|
|
Definition at line 24 of file mouse_rpc.c. |
|
|
Definition at line 23 of file mouse_rpc.c. Referenced by mouse_rpc_init(), and mouse_rpc_irq(). |
|
|
Definition at line 23 of file mouse_rpc.c. Referenced by mouse_rpc_init(), and mouse_rpc_irq(). |
|
|
Definition at line 23 of file mouse_rpc.c. Referenced by mouse_rpc_init(), and mouse_rpc_irq(). |
|
|
Initial value: Definition at line 47 of file mouse_rpc.c. Referenced by mouse_rpc_init(). |