Searched refs:twidjoy (Results 1 – 3 of 3) sorted by relevance
78 struct twidjoy { struct90 static void twidjoy_process_packet(struct twidjoy *twidjoy) in twidjoy_process_packet() argument127 struct twidjoy *twidjoy = serio_get_drvdata(serio); in twidjoy_interrupt() local139 twidjoy->data[twidjoy->idx++] = data; in twidjoy_interrupt()143 twidjoy->idx = 0; in twidjoy_interrupt()155 struct twidjoy *twidjoy = serio_get_drvdata(serio); in twidjoy_disconnect() local160 kfree(twidjoy); in twidjoy_disconnect()172 struct twidjoy *twidjoy; in twidjoy_connect() local177 twidjoy = kzalloc(sizeof(struct twidjoy), GFP_KERNEL); in twidjoy_connect()183 snprintf(twidjoy->phys, sizeof(twidjoy->phys), "%s/input0", serio->phys); in twidjoy_connect()[all …]
37 obj-$(CONFIG_JOYSTICK_TWIDJOY) += twidjoy.o
207 module will be called twidjoy.
Completed in 39 milliseconds