Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Dstinger.c27 #define STINGER_MAX_LENGTH 8 macro
36 unsigned char data[STINGER_MAX_LENGTH];
84 if (stinger->idx < STINGER_MAX_LENGTH) in stinger_interrupt()