Searched refs:gc_cfg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | gamecon.c | 40 static struct gc_config gc_cfg[GC_MAX_PORTS]; variable 42 module_param_array_named(map, gc_cfg[0].args, int, &gc_cfg[0].nargs, 0); 44 module_param_array_named(map2, gc_cfg[1].args, int, &gc_cfg[1].nargs, 0); 46 module_param_array_named(map3, gc_cfg[2].args, int, &gc_cfg[2].nargs, 0); 932 if (gc_cfg[port_idx].nargs == 0 || gc_cfg[port_idx].args[0] < 0) in gc_attach() 935 if (gc_cfg[port_id in gc_attach() [all...] |
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | gamecon.c | 37 static struct gc_config gc_cfg[GC_MAX_PORTS]; variable 39 module_param_array_named(map, gc_cfg[0].args, int, &gc_cfg[0].nargs, 0); 41 module_param_array_named(map2, gc_cfg[1].args, int, &gc_cfg[1].nargs, 0); 43 module_param_array_named(map3, gc_cfg[2].args, int, &gc_cfg[2].nargs, 0); 929 if (gc_cfg[port_idx].nargs == 0 || gc_cfg[port_idx].args[0] < 0) in gc_attach() 932 if (gc_cfg[port_id in gc_attach() [all...] |
Completed in 3 milliseconds