Lines Matching refs:gameport
2013 struct gameport *gameport; in snd_riptide_joystick_probe() local
2029 gameport = gameport_allocate_port(); in snd_riptide_joystick_probe()
2030 if (!gameport) { in snd_riptide_joystick_probe()
2038 gameport_free_port(gameport); in snd_riptide_joystick_probe()
2043 gameport->io = joystick_port[dev]; in snd_riptide_joystick_probe()
2044 gameport_register_port(gameport); in snd_riptide_joystick_probe()
2045 pci_set_drvdata(pci, gameport); in snd_riptide_joystick_probe()
2055 struct gameport *gameport = pci_get_drvdata(pci); in snd_riptide_joystick_remove() local
2056 if (gameport) { in snd_riptide_joystick_remove()
2057 release_region(gameport->io, 8); in snd_riptide_joystick_remove()
2058 gameport_unregister_port(gameport); in snd_riptide_joystick_remove()