Home
last modified time | relevance | path

Searched refs:spaceball (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dspaceball.c54 struct spaceball { struct
67 static void spaceball_process_packet(struct spaceball* spaceball) in spaceball_process_packet() argument
69 struct input_dev *dev = spaceball->dev; in spaceball_process_packet()
70 unsigned char *data = spaceball->data; in spaceball_process_packet()
73 if (spaceball->idx < 2) return; in spaceball_process_packet()
75 switch (spaceball->data[0]) { in spaceball_process_packet()
78 if (spaceball->idx != 15) return; in spaceball_process_packet()
91 if (spaceball->idx != 3) return; in spaceball_process_packet()
103 if (spaceball in spaceball_process_packet()
142 struct spaceball *spaceball = serio_get_drvdata(serio); spaceball_interrupt() local
181 struct spaceball* spaceball = serio_get_drvdata(serio); spaceball_disconnect() local
197 struct spaceball *spaceball; spaceball_connect() local
[all...]
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dspaceball.c51 struct spaceball { struct
64 static void spaceball_process_packet(struct spaceball* spaceball) in spaceball_process_packet() argument
66 struct input_dev *dev = spaceball->dev; in spaceball_process_packet()
67 unsigned char *data = spaceball->data; in spaceball_process_packet()
70 if (spaceball->idx < 2) return; in spaceball_process_packet()
72 switch (spaceball->data[0]) { in spaceball_process_packet()
75 if (spaceball->idx != 15) return; in spaceball_process_packet()
88 if (spaceball->idx != 3) return; in spaceball_process_packet()
100 if (spaceball in spaceball_process_packet()
139 struct spaceball *spaceball = serio_get_drvdata(serio); spaceball_interrupt() local
178 struct spaceball* spaceball = serio_get_drvdata(serio); spaceball_disconnect() local
194 struct spaceball *spaceball; spaceball_connect() local
[all...]

Completed in 1 milliseconds