Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dturbografx.c28 #define TGFX_MAX_PORTS 3 macro
36 static struct tgfx_config tgfx_cfg[TGFX_MAX_PORTS];
70 } *tgfx_base[TGFX_MAX_PORTS];
153 for (port_idx = 0; port_idx < TGFX_MAX_PORTS; port_idx++) { in tgfx_attach()
161 if (port_idx == TGFX_MAX_PORTS) { in tgfx_attach()
258 for (i = 0; i < TGFX_MAX_PORTS; i++) { in tgfx_detach()
263 if (i == TGFX_MAX_PORTS) in tgfx_detach()
288 for (i = 0; i < TGFX_MAX_PORTS; i++) { in tgfx_init()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dturbografx.c25 #define TGFX_MAX_PORTS 3 macro
33 static struct tgfx_config tgfx_cfg[TGFX_MAX_PORTS];
67 } *tgfx_base[TGFX_MAX_PORTS];
150 for (port_idx = 0; port_idx < TGFX_MAX_PORTS; port_idx++) { in tgfx_attach()
158 if (port_idx == TGFX_MAX_PORTS) { in tgfx_attach()
255 for (i = 0; i < TGFX_MAX_PORTS; i++) { in tgfx_detach()
260 if (i == TGFX_MAX_PORTS) in tgfx_detach()
285 for (i = 0; i < TGFX_MAX_PORTS; i++) { in tgfx_init()

Completed in 2 milliseconds