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

/linux-master/drivers/input/joystick/
H A 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++) {
936 if (port_idx == GC_MAX_PORTS) {
997 for (i = 0; i < GC_MAX_PORTS; i++) {
1002 if (i == GC_MAX_PORTS)
1027 for (i = 0; i < GC_MAX_PORTS; i++) {

Completed in 149 milliseconds