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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dtmdc.c124 struct tmdc { struct
232 struct tmdc *tmdc = gameport_get_drvdata(gameport); local
236 tmdc->reads++;
238 if ((r = tmdc_read_packet(tmdc->gameport, data)) != tmdc->exists)
242 if (r & (1 << i) & tmdc->exists) {
244 if (tmdc_parse_packet(tmdc->port[i], data[i]))
250 tmdc->bads += bad;
255 struct tmdc *tmd local
263 struct tmdc *tmdc = input_get_drvdata(dev); local
268 tmdc_setup_port(struct tmdc *tmdc, int idx, unsigned char *data) argument
356 struct tmdc *tmdc; local
404 struct tmdc *tmdc = gameport_get_drvdata(gameport); local
[all...]
H A DMakefile27 obj-$(CONFIG_JOYSTICK_TMDC) += tmdc.o

Completed in 101 milliseconds