Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/joystick/
Danalog.c39 #define ANALOG_PORTS 16 macro
41 static char *js[ANALOG_PORTS];
43 static int analog_options[ANALOG_PORTS];
757 for (; i < ANALOG_PORTS; i++) in analog_parse_options()