Searched refs:tgfx_cfg (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/input/joystick/ |
D | turbografx.c | 52 static struct tgfx_config tgfx_cfg[TGFX_MAX_PORTS] __initdata; variable 54 module_param_array_named(map, tgfx_cfg[0].args, int, &tgfx_cfg[0].nargs, 0); 56 module_param_array_named(map2, tgfx_cfg[1].args, int, &tgfx_cfg[1].nargs, 0); 58 module_param_array_named(map3, tgfx_cfg[2].args, int, &tgfx_cfg[2].nargs, 0); 285 if (tgfx_cfg[i].nargs == 0 || tgfx_cfg[i].args[0] < 0) in tgfx_init() 288 if (tgfx_cfg[i].nargs < 2) { in tgfx_init() 294 tgfx_base[i] = tgfx_probe(tgfx_cfg[i].args[0], in tgfx_init() 295 tgfx_cfg[i].args + 1, in tgfx_init() 296 tgfx_cfg[i].nargs - 1); in tgfx_init()
|