Home
last modified time | relevance | path

Searched refs:tmdc (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/input/joystick/
H A Dtmdc.c104 struct tmdc { struct
223 struct tmdc *tmdc = gameport_get_drvdata(gameport); in tmdc_poll() local
227 tmdc->reads++; in tmdc_poll()
229 if ((r = tmdc_read_packet(tmdc->gameport, data)) != tmdc->exists) in tmdc_poll()
233 if (r & (1 << i) & tmdc->exists) { in tmdc_poll()
235 if (tmdc_parse_packet(tmdc->port[i], data[i])) in tmdc_poll()
241 tmdc->bads += bad; in tmdc_poll()
246 struct tmdc *tmdc = input_get_drvdata(dev); in tmdc_open() local
248 gameport_start_polling(tmdc->gameport); in tmdc_open()
254 struct tmdc *tmdc = input_get_drvdata(dev); in tmdc_close() local
[all …]
H A DMakefile36 obj-$(CONFIG_JOYSTICK_TMDC) += tmdc.o
H A DKconfig145 module will be called tmdc.
/openbmc/linux/Documentation/input/joydev/
H A Djoystick.rst319 The TM DirectConnect (BSP) protocol is supported by the tmdc.c
/openbmc/linux/
H A Dopengrok1.0.log[all...]
H A Dopengrok2.0.log[all...]