Home
last modified time | relevance | path

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

/linux/drivers/input/joystick/
A Dturbografx.c78 struct tgfx *tgfx = from_timer(tgfx, t, timer); in tgfx_timer() argument
108 struct tgfx *tgfx = input_get_drvdata(dev); in tgfx_open() local
127 struct tgfx *tgfx = input_get_drvdata(dev); in tgfx_close() local
146 struct tgfx *tgfx; in tgfx_attach() local
178 tgfx = kzalloc(sizeof(struct tgfx), GFP_KERNEL); in tgfx_attach()
179 if (!tgfx) { in tgfx_attach()
205 snprintf(tgfx->name[i], sizeof(tgfx->name[i]), in tgfx_attach()
207 snprintf(tgfx->phys[i], sizeof(tgfx->phys[i]), in tgfx_attach()
248 kfree(tgfx); in tgfx_attach()
256 struct tgfx *tgfx; in tgfx_detach() local
[all …]

Completed in 3 milliseconds