Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/input/joystick/
Dgamecon.c29 #define GC_MAX_PORTS 3 macro
37 static struct gc_config gc_cfg[GC_MAX_PORTS];
928 for (port_idx = 0; port_idx < GC_MAX_PORTS; port_idx++) { in gc_attach()
936 if (port_idx == GC_MAX_PORTS) { in gc_attach()
997 for (i = 0; i < GC_MAX_PORTS; i++) { in gc_detach()
1002 if (i == GC_MAX_PORTS) in gc_detach()
1027 for (i = 0; i < GC_MAX_PORTS; i++) { in gc_init()