Searched refs:twidjoy (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 Dtwidjoy.c91 struct twidjoy { struct
103 static void twidjoy_process_packet(struct twidjoy *twidjoy) argument
105 struct input_dev *dev = twidjoy->dev;
106 unsigned char *data = twidjoy->data;
140 struct twidjoy *twidjoy = serio_get_drvdata(serio); local
147 twidjoy->idx = 0; /* this byte starts a new packet */
148 else if (twidjoy->idx == 0)
151 if (twidjoy
168 struct twidjoy *twidjoy = serio_get_drvdata(serio); local
185 struct twidjoy *twidjoy; local
[all...]
H A DMakefile29 obj-$(CONFIG_JOYSTICK_TWIDJOY) += twidjoy.o

Completed in 93 milliseconds