Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/input/joystick/
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()