Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dstinger.c36 struct stinger { struct
48 static void stinger_process_packet(struct stinger *stinger) in stinger_process_packet() argument
50 struct input_dev *dev = stinger->dev; in stinger_process_packet()
51 unsigned char *data = stinger->data; in stinger_process_packet()
53 if (!stinger->idx) return; in stinger_process_packet()
83 struct stinger *stinger = serio_get_drvdata(serio); in stinger_interrupt() local
87 if (stinger->idx < STINGER_MAX_LENGTH) in stinger_interrupt()
88 stinger->data[stinger->idx++] = data; in stinger_interrupt()
90 if (stinger->idx == 4) { in stinger_interrupt()
91 stinger_process_packet(stinger); in stinger_interrupt()
[all …]
H A DMakefile32 obj-$(CONFIG_JOYSTICK_STINGER) += stinger.o
H A DKconfig196 module will be called stinger.
/OK3568_Linux_fs/kernel/Documentation/input/joydev/
H A Djoystick.rst295 supported by the stinger driver. Other Gravis joysticks are supported by the
547 computers, is supported by the stinger.c module. To use it, attach the
550 inputattach --stinger /dev/tty/x &