Searched refs:stinger (Results 1 – 3 of 3) sorted by relevance
33 struct stinger { struct45 static void stinger_process_packet(struct stinger *stinger) in stinger_process_packet() argument80 struct stinger *stinger = serio_get_drvdata(serio); in stinger_interrupt() local85 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() local106 kfree(stinger); in stinger_disconnect()117 struct stinger *stinger; in stinger_connect() local121 stinger = kmalloc(sizeof(*stinger), GFP_KERNEL); in stinger_connect()127 snprintf(stinger->phys, sizeof(stinger->phys), "%s/serio0", serio->phys); in stinger_connect()[all …]
36 obj-$(CONFIG_JOYSTICK_STINGER) += stinger.o
198 module will be called stinger.
Completed in 7 milliseconds