Searched refs:tgfx (Results 1 – 1 of 1) sorted by relevance
78 struct tgfx *tgfx = from_timer(tgfx, t, timer); in tgfx_timer() argument108 struct tgfx *tgfx = input_get_drvdata(dev); in tgfx_open() local127 struct tgfx *tgfx = input_get_drvdata(dev); in tgfx_close() local146 struct tgfx *tgfx; in tgfx_attach() local178 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