Home
last modified time | relevance | path

Searched refs:twidjoy (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/input/joystick/
A Dtwidjoy.c78 struct twidjoy { struct
90 static void twidjoy_process_packet(struct twidjoy *twidjoy) in twidjoy_process_packet() argument
127 struct twidjoy *twidjoy = serio_get_drvdata(serio); in twidjoy_interrupt() local
139 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() local
160 kfree(twidjoy); in twidjoy_disconnect()
172 struct twidjoy *twidjoy; in twidjoy_connect() local
177 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 …]
A DMakefile37 obj-$(CONFIG_JOYSTICK_TWIDJOY) += twidjoy.o
A DKconfig207 module will be called twidjoy.

Completed in 39 milliseconds