Home
last modified time | relevance | path

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

/drivers/input/joystick/
A Dstinger.c33 struct stinger { struct
45 static void stinger_process_packet(struct stinger *stinger) in stinger_process_packet() argument
80 struct stinger *stinger = serio_get_drvdata(serio); in stinger_interrupt() local
85 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() local
106 kfree(stinger); in stinger_disconnect()
117 struct stinger *stinger; in stinger_connect() local
121 stinger = kmalloc(sizeof(*stinger), GFP_KERNEL); in stinger_connect()
127 snprintf(stinger->phys, sizeof(stinger->phys), "%s/serio0", serio->phys); in stinger_connect()
[all …]
A DMakefile36 obj-$(CONFIG_JOYSTICK_STINGER) += stinger.o
A DKconfig198 module will be called stinger.

Completed in 7 milliseconds