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

/drivers/input/joystick/
H A Dturbografx.c76 static struct tgfx { struct
93 struct tgfx *tgfx = (void *) private; local
98 if (tgfx->sticks & (1 << i)) {
100 dev = tgfx->dev[i];
102 parport_write_data(tgfx->pd->port, ~(1 << i));
103 data1 = parport_read_status(tgfx->pd->port) ^ 0x7f;
104 data2 = parport_read_control(tgfx->pd->port) ^ 0x04; /* CAVEAT parport */
118 mod_timer(&tgfx->timer, jiffies + TGFX_REFRESH_TIME);
123 struct tgfx *tgf local
142 struct tgfx *tgfx = input_get_drvdata(dev); local
161 struct tgfx *tgfx; local
267 tgfx_remove(struct tgfx *tgfx) argument
[all...]

Completed in 8 milliseconds