Home
last modified time | relevance | path

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

/drivers/input/joystick/
Da3d.c233 gameport_stop_polling(a3d->gameport); in a3d_adc_close()
256 gameport_stop_polling(a3d->gameport); in a3d_close()
Dguillemot.c171 gameport_stop_polling(guillemot->gameport); in guillemot_close()
Dcobra.c153 gameport_stop_polling(cobra->gameport); in cobra_close()
Dinteract.c200 gameport_stop_polling(interact->gameport); in interact_close()
Dgf2k.c231 gameport_stop_polling(gf2k->gameport); in gf2k_close()
Dgrip.c296 gameport_stop_polling(grip->gameport); in grip_close()
Dtmdc.c276 gameport_stop_polling(tmdc->gameport); in tmdc_close()
Dgrip_mp.c577 gameport_stop_polling(grip->gameport); in grip_close()
Dadi.c307 gameport_stop_polling(port->gameport); in adi_close()
Dsidewinder.c522 gameport_stop_polling(sw->gameport); in sw_close()
Danalog.c361 gameport_stop_polling(port->gameport); in analog_close()
/drivers/input/gameport/
Dgameport.c41 EXPORT_SYMBOL(gameport_stop_polling);
167 void gameport_stop_polling(struct gameport *gameport) in gameport_stop_polling() function