Home
last modified time | relevance | path

Searched refs:spaceball (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/input/joystick/
A Dspaceball.c51 struct spaceball { struct
64 static void spaceball_process_packet(struct spaceball* spaceball) in spaceball_process_packet() argument
117 spaceball->data[spaceball->idx - 1] = 0; in spaceball_process_packet()
122 spaceball->data[spaceball->idx - 1] = 0; in spaceball_process_packet()
139 struct spaceball *spaceball = serio_get_drvdata(serio); in spaceball_interrupt() local
166 spaceball->data[spaceball->idx++] = data; in spaceball_interrupt()
178 struct spaceball* spaceball = serio_get_drvdata(serio); in spaceball_disconnect() local
183 kfree(spaceball); in spaceball_disconnect()
194 struct spaceball *spaceball; in spaceball_connect() local
202 spaceball = kmalloc(sizeof(struct spaceball), GFP_KERNEL); in spaceball_connect()
[all …]
A DMakefile33 obj-$(CONFIG_JOYSTICK_SPACEBALL) += spaceball.o
A DKconfig188 module will be called spaceball.
/linux-6.3-rc2/Documentation/input/joydev/
A Djoystick.rst446 supported by the spaceorb.c and spaceball.c drivers. The devices currently
452 Devices currently supported by spaceball.c are:
456 In addition to having the spaceorb/spaceball and serport modules in the
464 inputattach --spaceball /dev/tts/x &

Completed in 5 milliseconds