Lines Matching refs:gameport
2034 struct gameport *gameport; in snd_riptide_joystick_probe() local
2046 gameport = gameport_allocate_port(); in snd_riptide_joystick_probe()
2047 if (!gameport) in snd_riptide_joystick_probe()
2053 gameport_free_port(gameport); in snd_riptide_joystick_probe()
2057 gameport->io = joystick_port[dev]; in snd_riptide_joystick_probe()
2058 gameport_register_port(gameport); in snd_riptide_joystick_probe()
2059 pci_set_drvdata(pci, gameport); in snd_riptide_joystick_probe()
2065 struct gameport *gameport = pci_get_drvdata(pci); in snd_riptide_joystick_remove() local
2066 if (gameport) { in snd_riptide_joystick_remove()
2067 release_region(gameport->io, 8); in snd_riptide_joystick_remove()
2068 gameport_unregister_port(gameport); in snd_riptide_joystick_remove()