Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dturbografx.c36 static struct tgfx_config tgfx_cfg[TGFX_MAX_PORTS]; variable
38 module_param_array_named(map, tgfx_cfg[0].args, int, &tgfx_cfg[0].nargs, 0);
40 module_param_array_named(map2, tgfx_cfg[1].args, int, &tgfx_cfg[1].nargs, 0);
42 module_param_array_named(map3, tgfx_cfg[2].args, int, &tgfx_cfg[2].nargs, 0);
154 if (tgfx_cfg[port_idx].nargs == 0 || in tgfx_attach()
155 tgfx_cfg[port_idx].args[0] < 0) in tgfx_attach()
157 if (tgfx_cfg[port_id in tgfx_attach()
[all...]
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dturbografx.c33 static struct tgfx_config tgfx_cfg[TGFX_MAX_PORTS]; variable
35 module_param_array_named(map, tgfx_cfg[0].args, int, &tgfx_cfg[0].nargs, 0);
37 module_param_array_named(map2, tgfx_cfg[1].args, int, &tgfx_cfg[1].nargs, 0);
39 module_param_array_named(map3, tgfx_cfg[2].args, int, &tgfx_cfg[2].nargs, 0);
151 if (tgfx_cfg[port_idx].nargs == 0 || in tgfx_attach()
152 tgfx_cfg[port_idx].args[0] < 0) in tgfx_attach()
154 if (tgfx_cfg[port_id in tgfx_attach()
[all...]

Completed in 1 milliseconds