Searched refs:tgfx (Results 1 – 1 of 1) sorted by relevance
75 struct tgfx *tgfx = from_timer(tgfx, t, timer); in tgfx_timer() argument105 struct tgfx *tgfx = input_get_drvdata(dev); in tgfx_open() local124 struct tgfx *tgfx = input_get_drvdata(dev); in tgfx_close() local143 struct tgfx *tgfx; in tgfx_attach() local175 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 …]