Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/joystick/
Dturbografx.c44 #define TGFX_MAX_PORTS 3 macro
52 static struct tgfx_config tgfx_cfg[TGFX_MAX_PORTS];
86 } *tgfx_base[TGFX_MAX_PORTS];
169 for (port_idx = 0; port_idx < TGFX_MAX_PORTS; port_idx++) { in tgfx_attach()
177 if (port_idx == TGFX_MAX_PORTS) { in tgfx_attach()
276 for (i = 0; i < TGFX_MAX_PORTS; i++) { in tgfx_detach()
281 if (i == TGFX_MAX_PORTS) in tgfx_detach()
306 for (i = 0; i < TGFX_MAX_PORTS; i++) { in tgfx_init()