Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/joystick/
Dwarrior.c36 struct warrior { struct
48 static void warrior_process_packet(struct warrior *warrior) in warrior_process_packet() argument
50 struct input_dev *dev = warrior->dev; in warrior_process_packet()
51 unsigned char *data = warrior->data; in warrior_process_packet()
53 if (!warrior->idx) return; in warrior_process_packet()
85 struct warrior *warrior = serio_get_drvdata(serio); in warrior_interrupt() local
88 if (warrior->idx) warrior_process_packet(warrior); in warrior_interrupt()
89 warrior->idx = 0; in warrior_interrupt()
90 warrior->len = warrior_lengths[(data >> 4) & 7]; in warrior_interrupt()
93 if (warrior->idx < warrior->len) in warrior_interrupt()
[all …]
DMakefile39 obj-$(CONFIG_JOYSTICK_WARRIOR) += warrior.o
DKconfig156 module will be called warrior.
/linux-5.19.10/Documentation/input/joydev/
Djoystick.rst480 The SWIFT serial protocol is supported by the warrior.c module. It
489 inputattach --warrior /dev/tts/x &