Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dturbografx.c70 } *tgfx_base[TGFX_MAX_PORTS]; variable
238 tgfx_base[port_idx] = tgfx; in tgfx_attach()
259 if (tgfx_base[i] && tgfx_base[i]->parportno == port->number) in tgfx_detach()
266 tgfx = tgfx_base[i]; in tgfx_detach()
267 tgfx_base[i] = NULL; in tgfx_detach()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dturbografx.c67 } *tgfx_base[TGFX_MAX_PORTS]; variable
235 tgfx_base[port_idx] = tgfx; in tgfx_attach()
256 if (tgfx_base[i] && tgfx_base[i]->parportno == port->number) in tgfx_detach()
263 tgfx = tgfx_base[i]; in tgfx_detach()
264 tgfx_base[i] = NULL; in tgfx_detach()

Completed in 2 milliseconds