Home
last modified time | relevance | path

Searched refs:stinger (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/input/joystick/
Dstinger.c48 struct stinger { struct
60 static void stinger_process_packet(struct stinger *stinger) in stinger_process_packet() argument
62 struct input_dev *dev = stinger->dev; in stinger_process_packet()
63 unsigned char *data = stinger->data; in stinger_process_packet()
65 if (!stinger->idx) return; in stinger_process_packet()
95 struct stinger *stinger = serio_get_drvdata(serio); in stinger_interrupt() local
99 if (stinger->idx < STINGER_MAX_LENGTH) in stinger_interrupt()
100 stinger->data[stinger->idx++] = data; in stinger_interrupt()
102 if (stinger->idx == 4) { in stinger_interrupt()
103 stinger_process_packet(stinger); in stinger_interrupt()
[all …]
DMakefile30 obj-$(CONFIG_JOYSTICK_STINGER) += stinger.o
DKconfig184 module will be called stinger.
/Linux-v4.19/Documentation/input/joydev/
Djoystick.rst295 supported by the stinger driver. Other Gravis joysticks are supported by the
546 computers, is supported by the stinger.c module. To use it, attach the
549 inputattach --stinger /dev/tty/x &