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()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 tmdc = kzalloc(sizeof(*tmdc), GFP_KERNEL); in tmdc_connect()352 if (!tmdc) in tmdc_connect()390 kfree(tmdc); in tmdc_connect()396 struct tmdc *tmdc = gameport_get_drvdata(gameport); in tmdc_disconnect() local[all …]
37 obj-$(CONFIG_JOYSTICK_TMDC) += tmdc.o
145 module will be called tmdc.
319 The TM DirectConnect (BSP) protocol is supported by the tmdc.c
Completed in 11 milliseconds