tgfx_cfg           36 drivers/input/joystick/turbografx.c static struct tgfx_config tgfx_cfg[TGFX_MAX_PORTS];
tgfx_cfg           38 drivers/input/joystick/turbografx.c module_param_array_named(map, tgfx_cfg[0].args, int, &tgfx_cfg[0].nargs, 0);
tgfx_cfg           40 drivers/input/joystick/turbografx.c module_param_array_named(map2, tgfx_cfg[1].args, int, &tgfx_cfg[1].nargs, 0);
tgfx_cfg           42 drivers/input/joystick/turbografx.c module_param_array_named(map3, tgfx_cfg[2].args, int, &tgfx_cfg[2].nargs, 0);
tgfx_cfg          154 drivers/input/joystick/turbografx.c 		if (tgfx_cfg[port_idx].nargs == 0 ||
tgfx_cfg          155 drivers/input/joystick/turbografx.c 		    tgfx_cfg[port_idx].args[0] < 0)
tgfx_cfg          157 drivers/input/joystick/turbografx.c 		if (tgfx_cfg[port_idx].args[0] == pp->number)
tgfx_cfg          165 drivers/input/joystick/turbografx.c 	n_buttons = tgfx_cfg[port_idx].args + 1;
tgfx_cfg          166 drivers/input/joystick/turbografx.c 	n_devs = tgfx_cfg[port_idx].nargs - 1;
tgfx_cfg          289 drivers/input/joystick/turbografx.c 		if (tgfx_cfg[i].nargs == 0 || tgfx_cfg[i].args[0] < 0)
tgfx_cfg          292 drivers/input/joystick/turbografx.c 		if (tgfx_cfg[i].nargs < 2) {