Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Dturbografx.c75 struct tgfx *tgfx = from_timer(tgfx, t, timer); in tgfx_timer() local
105 struct tgfx *tgfx = input_get_drvdata(dev); in tgfx_open() local
124 struct tgfx *tgfx = input_get_drvdata(dev); in tgfx_close() local
143 struct tgfx *tgfx; in tgfx_attach() local
175 tgfx = kzalloc(sizeof(struct tgfx), GFP_KERNEL); in tgfx_attach()
176 if (!tgfx) { in tgfx_attach()
202 snprintf(tgfx->name[i], sizeof(tgfx->name[i]), in tgfx_attach()
204 snprintf(tgfx->phys[i], sizeof(tgfx->phys[i]), in tgfx_attach()
245 kfree(tgfx); in tgfx_attach()
253 struct tgfx *tgfx; in tgfx_detach() local
[all …]