Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dgamecon.c32 #define GC_MAX_PORTS 3 macro
40 static struct gc_config gc_cfg[GC_MAX_PORTS];
931 for (port_idx = 0; port_idx < GC_MAX_PORTS; port_idx++) { in gc_attach()
939 if (port_idx == GC_MAX_PORTS) { in gc_attach()
1000 for (i = 0; i < GC_MAX_PORTS; i++) { in gc_detach()
1005 if (i == GC_MAX_PORTS) in gc_detach()
1030 for (i = 0; i < GC_MAX_PORTS; i++) { in gc_init()