Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/joystick/
Dwarrior.c48 struct warrior { struct
60 static void warrior_process_packet(struct warrior *warrior) in warrior_process_packet() argument
62 struct input_dev *dev = warrior->dev; in warrior_process_packet()
63 unsigned char *data = warrior->data; in warrior_process_packet()
65 if (!warrior->idx) return; in warrior_process_packet()
97 struct warrior *warrior = serio_get_drvdata(serio); in warrior_interrupt() local
100 if (warrior->idx) warrior_process_packet(warrior); in warrior_interrupt()
101 warrior->idx = 0; in warrior_interrupt()
102 warrior->len = warrior_lengths[(data >> 4) & 7]; in warrior_interrupt()
105 if (warrior->idx < warrior->len) in warrior_interrupt()
[all …]
DMakefile34 obj-$(CONFIG_JOYSTICK_WARRIOR) += warrior.o
DKconfig143 module will be called warrior.
/Linux-v4.19/Documentation/input/joydev/
Djoystick.rst480 The SWIFT serial protocol is supported by the warrior.c module. It
489 inputattach --warrior /dev/tts/x &