Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Dtwidjoy.c75 struct twidjoy { struct
87 static void twidjoy_process_packet(struct twidjoy *twidjoy) in twidjoy_process_packet() argument
124 struct twidjoy *twidjoy = serio_get_drvdata(serio); in twidjoy_interrupt() local
136 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() local
157 kfree(twidjoy); in twidjoy_disconnect()
169 struct twidjoy *twidjoy; in twidjoy_connect() local
174 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 …]
H A DMakefile38 obj-$(CONFIG_JOYSTICK_TWIDJOY) += twidjoy.o
H A DKconfig208 module will be called twidjoy.