Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/joystick/
Da3d.c228 gameport_stop_polling(a3d->gameport); in a3d_adc_close()
251 gameport_stop_polling(a3d->gameport); in a3d_close()
Dcobra.c148 gameport_stop_polling(cobra->gameport); in cobra_close()
Dguillemot.c166 gameport_stop_polling(guillemot->gameport); in guillemot_close()
Dinteract.c195 gameport_stop_polling(interact->gameport); in interact_close()
Dgf2k.c226 gameport_stop_polling(gf2k->gameport); in gf2k_close()
Dgrip.c291 gameport_stop_polling(grip->gameport); in grip_close()
Dtmdc.c271 gameport_stop_polling(tmdc->gameport); in tmdc_close()
Dgrip_mp.c576 gameport_stop_polling(grip->gameport); in grip_close()
Dadi.c302 gameport_stop_polling(port->gameport); in adi_close()
Dsidewinder.c517 gameport_stop_polling(sw->gameport); in sw_close()
Danalog.c378 gameport_stop_polling(port->gameport); in analog_close()
/Linux-v4.19/include/linux/
Dgameport.h217 void gameport_stop_polling(struct gameport *gameport);
/Linux-v4.19/drivers/input/gameport/
Dgameport.c194 void gameport_stop_polling(struct gameport *gameport) in gameport_stop_polling() function
203 EXPORT_SYMBOL(gameport_stop_polling);