Searched refs:spaceball (Results 1 – 4 of 4) sorted by relevance
51 struct spaceball { struct64 static void spaceball_process_packet(struct spaceball* spaceball) in spaceball_process_packet() argument117 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() local166 spaceball->data[spaceball->idx++] = data; in spaceball_interrupt()178 struct spaceball* spaceball = serio_get_drvdata(serio); in spaceball_disconnect() local183 kfree(spaceball); in spaceball_disconnect()194 struct spaceball *spaceball; in spaceball_connect() local202 spaceball = kmalloc(sizeof(struct spaceball), GFP_KERNEL); in spaceball_connect()[all …]
33 obj-$(CONFIG_JOYSTICK_SPACEBALL) += spaceball.o
188 module will be called spaceball.
446 supported by the spaceorb.c and spaceball.c drivers. The devices currently452 Devices currently supported by spaceball.c are:456 In addition to having the spaceorb/spaceball and serport modules in the464 inputattach --spaceball /dev/tts/x &
Completed in 9 milliseconds