Home
last modified time | relevance | path

Searched refs:gameport_stop_polling (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/input/joystick/
Da3d.c232 gameport_stop_polling(a3d->gameport); in a3d_adc_close()
255 gameport_stop_polling(a3d->gameport); in a3d_close()
Dcobra.c152 gameport_stop_polling(cobra->gameport); in cobra_close()
Dguillemot.c170 gameport_stop_polling(guillemot->gameport); in guillemot_close()
Dinteract.c199 gameport_stop_polling(interact->gameport); in interact_close()
Dgf2k.c230 gameport_stop_polling(gf2k->gameport); in gf2k_close()
Dgrip.c295 gameport_stop_polling(grip->gameport); in grip_close()
Dtmdc.c275 gameport_stop_polling(tmdc->gameport); in tmdc_close()
Dgrip_mp.c576 gameport_stop_polling(grip->gameport); in grip_close()
Dadi.c306 gameport_stop_polling(port->gameport); in adi_close()
Dsidewinder.c521 gameport_stop_polling(sw->gameport); in sw_close()
Danalog.c382 gameport_stop_polling(port->gameport); in analog_close()
/linux-4.4.14/include/linux/
Dgameport.h217 void gameport_stop_polling(struct gameport *gameport);
/linux-4.4.14/drivers/input/gameport/
Dgameport.c194 void gameport_stop_polling(struct gameport *gameport) in gameport_stop_polling() function
203 EXPORT_SYMBOL(gameport_stop_polling);