Searched refs:warrior (Results 1 – 4 of 4) sorted by relevance
52 struct warrior { struct64 static void warrior_process_packet(struct warrior *warrior) in warrior_process_packet() argument66 struct input_dev *dev = warrior->dev; in warrior_process_packet()67 unsigned char *data = warrior->data; in warrior_process_packet()69 if (!warrior->idx) return; in warrior_process_packet()101 struct warrior *warrior = serio_get_drvdata(serio); in warrior_interrupt() local104 if (warrior->idx) warrior_process_packet(warrior); in warrior_interrupt()105 warrior->idx = 0; in warrior_interrupt()106 warrior->len = warrior_lengths[(data >> 4) & 7]; in warrior_interrupt()109 if (warrior->idx < warrior->len) in warrior_interrupt()[all …]
31 obj-$(CONFIG_JOYSTICK_WARRIOR) += warrior.o
143 module will be called warrior.
471 The SWIFT serial protocol is supported by the warrior.c module. It480 inputattach --warrior /dev/tts/x &