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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dturbografx.c78 static struct tgfx { struct
95 struct tgfx *tgfx = (void *) private; local
100 if (tgfx->sticks & (1 << i)) {
102 dev = tgfx->dev[i];
104 parport_write_data(tgfx->pd->port, ~(1 << i));
105 data1 = parport_read_status(tgfx->pd->port) ^ 0x7f;
106 data2 = parport_read_control(tgfx->pd->port) ^ 0x04; /* CAVEAT parport */
120 mod_timer(&tgfx->timer, jiffies + TGFX_REFRESH_TIME);
125 struct tgfx *tgf local
144 struct tgfx *tgfx = input_get_drvdata(dev); local
163 struct tgfx *tgfx; local
268 tgfx_remove(struct tgfx *tgfx) argument
[all...]

Completed in 84 milliseconds