Searched refs:tmdc (Results 1 – 4 of 4) sorted by relevance
104 struct tmdc { struct223 struct tmdc *tmdc = gameport_get_drvdata(gameport); in tmdc_poll() local227 tmdc->reads++; in tmdc_poll()229 if ((r = tmdc_read_packet(tmdc->gameport, data)) != tmdc->exists) in tmdc_poll()246 struct tmdc *tmdc = input_get_drvdata(dev); in tmdc_open() local254 struct tmdc *tmdc = input_get_drvdata(dev); in tmdc_close() local347 struct tmdc *tmdc; in tmdc_connect() local351 if (!(tmdc = kzalloc(sizeof(struct tmdc), GFP_KERNEL))) in tmdc_connect()389 kfree(tmdc); in tmdc_connect()395 struct tmdc *tmdc = gameport_get_drvdata(gameport); in tmdc_disconnect() local[all …]
36 obj-$(CONFIG_JOYSTICK_TMDC) += tmdc.o
145 module will be called tmdc.
319 The TM DirectConnect (BSP) protocol is supported by the tmdc.c