Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Danalog.c33 #define ANALOG_PORTS 16 macro
35 static char *js[ANALOG_PORTS];
37 static int analog_options[ANALOG_PORTS];
675 for (; i < ANALOG_PORTS; i++) in analog_parse_options()