Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/input/joystick/
Danalog.c35 #define ANALOG_PORTS 16 macro
37 static char *js[ANALOG_PORTS];
39 static int analog_options[ANALOG_PORTS];
676 for (; i < ANALOG_PORTS; i++) in analog_parse_options()