Home
last modified time | relevance | path

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

/linux/drivers/input/joystick/
A Dstinger.c36 struct stinger { struct
48 static void stinger_process_packet(struct stinger *stinger) in stinger_process_packet() argument
83 struct stinger *stinger = serio_get_drvdata(serio); in stinger_interrupt() local
88 stinger->data[stinger->idx++] = data; in stinger_interrupt()
92 stinger->idx = 0; in stinger_interrupt()
104 struct stinger *stinger = serio_get_drvdata(serio); in stinger_disconnect() local
109 kfree(stinger); in stinger_disconnect()
120 struct stinger *stinger; in stinger_connect() local
124 stinger = kmalloc(sizeof(struct stinger), GFP_KERNEL); in stinger_connect()
130 snprintf(stinger->phys, sizeof(stinger->phys), "%s/serio0", serio->phys); in stinger_connect()
[all …]
A DMakefile34 obj-$(CONFIG_JOYSTICK_STINGER) += stinger.o
A DKconfig197 module will be called stinger.
/linux/Documentation/input/joydev/
A 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 &

Completed in 9 milliseconds