Searched refs:stinger (Results 1 – 4 of 4) sorted by relevance
36 struct stinger { struct48 static void stinger_process_packet(struct stinger *stinger) in stinger_process_packet() argument83 struct stinger *stinger = serio_get_drvdata(serio); in stinger_interrupt() local88 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() local109 kfree(stinger); in stinger_disconnect()120 struct stinger *stinger; in stinger_connect() local124 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 …]
34 obj-$(CONFIG_JOYSTICK_STINGER) += stinger.o
197 module will be called stinger.
295 supported by the stinger driver. Other Gravis joysticks are supported by the546 computers, is supported by the stinger.c module. To use it, attach the549 inputattach --stinger /dev/tty/x &
Completed in 9 milliseconds