Home
last modified time | relevance | path

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

/linux/drivers/input/joystick/
A Dwarrior.c36 struct warrior { struct
48 static void warrior_process_packet(struct warrior *warrior) in warrior_process_packet() argument
85 struct warrior *warrior = serio_get_drvdata(serio); in warrior_interrupt() local
88 if (warrior->idx) warrior_process_packet(warrior); in warrior_interrupt()
93 if (warrior->idx < warrior->len) in warrior_interrupt()
94 warrior->data[warrior->idx++] = data; in warrior_interrupt()
96 if (warrior->idx == warrior->len) { in warrior_interrupt()
97 if (warrior->idx) warrior_process_packet(warrior); in warrior_interrupt()
110 struct warrior *warrior = serio_get_drvdata(serio); in warrior_disconnect() local
126 struct warrior *warrior; in warrior_connect() local
[all …]
A DMakefile38 obj-$(CONFIG_JOYSTICK_WARRIOR) += warrior.o
A DKconfig156 module will be called warrior.
/linux/Documentation/input/joydev/
A Djoystick.rst480 The SWIFT serial protocol is supported by the warrior.c module. It
489 inputattach --warrior /dev/tts/x &

Completed in 6 milliseconds