Searched refs:twidjoy (Results 1 – 3 of 3) sorted by relevance
75 struct twidjoy { struct87 static void twidjoy_process_packet(struct twidjoy *twidjoy) in twidjoy_process_packet() argument124 struct twidjoy *twidjoy = serio_get_drvdata(serio); in twidjoy_interrupt() local136 twidjoy->data[twidjoy->idx++] = data; in twidjoy_interrupt()140 twidjoy->idx = 0; in twidjoy_interrupt()152 struct twidjoy *twidjoy = serio_get_drvdata(serio); in twidjoy_disconnect() local157 kfree(twidjoy); in twidjoy_disconnect()169 struct twidjoy *twidjoy; in twidjoy_connect() local174 twidjoy = kzalloc(sizeof(struct twidjoy), GFP_KERNEL); in twidjoy_connect()180 snprintf(twidjoy->phys, sizeof(twidjoy->phys), "%s/input0", serio->phys); in twidjoy_connect()[all …]
38 obj-$(CONFIG_JOYSTICK_TWIDJOY) += twidjoy.o
208 module will be called twidjoy.