Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/joystick/
Dstinger.c46 #define STINGER_MAX_LENGTH 8 macro
55 unsigned char data[STINGER_MAX_LENGTH];
103 if (stinger->idx < STINGER_MAX_LENGTH) in stinger_interrupt()