Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/joystick/
Danalog.c51 #define ANALOG_PORTS 16 macro
53 static char *js[ANALOG_PORTS];
55 static int analog_options[ANALOG_PORTS];
769 for (; i < ANALOG_PORTS; i++) in analog_parse_options()