Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/joystick/
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()