Searched refs:spaceball (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dspaceball.c70 struct spaceball { struct
83 static void spaceball_process_packet(struct spaceball* spaceball) argument
85 struct input_dev *dev = spaceball->dev;
86 unsigned char *data = spaceball->data;
89 if (spaceball->idx < 2) return;
91 switch (spaceball->data[0]) {
94 if (spaceball->idx != 15) return;
101 if (spaceball->idx != 3) return;
113 if (spaceball
152 struct spaceball *spaceball = serio_get_drvdata(serio); local
189 struct spaceball* spaceball = serio_get_drvdata(serio); local
205 struct spaceball *spaceball; local
[all...]
H A DMakefile24 obj-$(CONFIG_JOYSTICK_SPACEBALL) += spaceball.o

Completed in 53 milliseconds