Searched refs:stinger (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/input/joystick/
H A DMakefile36 obj-$(CONFIG_JOYSTICK_STINGER) += stinger.o
H A Dstinger.c33 struct stinger { struct
45 static void stinger_process_packet(struct stinger *stinger) argument
47 struct input_dev *dev = stinger->dev;
48 unsigned char *data = stinger->data;
50 if (!stinger->idx) return;
80 struct stinger *stinger = serio_get_drvdata(serio); local
84 if (stinger->idx < STINGER_MAX_LENGTH)
85 stinger
101 struct stinger *stinger = serio_get_drvdata(serio); local
117 struct stinger *stinger; local
[all...]

Completed in 200 milliseconds