Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Dstinger.c33 struct stinger { struct
45 static void stinger_process_packet(struct stinger *stinger) in stinger_process_packet() argument
80 struct stinger *stinger = serio_get_drvdata(serio); in stinger_interrupt() local
85 stinger->data[stinger->idx++] = data; in stinger_interrupt()
89 stinger->idx = 0; in stinger_interrupt()
101 struct stinger *stinger = serio_get_drvdata(serio); in stinger_disconnect() local
106 kfree(stinger); in stinger_disconnect()
117 struct stinger *stinger; in stinger_connect() local
121 stinger = kmalloc(sizeof(struct stinger), GFP_KERNEL); in stinger_connect()
127 snprintf(stinger->phys, sizeof(stinger->phys), "%s/serio0", serio->phys); in stinger_connect()
[all …]
H A DMakefile35 obj-$(CONFIG_JOYSTICK_STINGER) += stinger.o
H A DKconfig198 module will be called stinger.
/openbmc/linux/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 &