Lines Matching defs:gameport
22 * ALS100-like SB DSP/mixer, an OPL3 synth, a MPU401 and a gameport
57 #include <linux/gameport.h>
100 struct gameport *gameport;
736 struct gameport *gp;
746 "ALS4000 gameport");
753 "ALS4000 gameport");
761 acard->gameport = gp = gameport_allocate_port();
763 dev_err(&acard->pci->dev, "cannot allocate memory for gameport\n");
775 gameport_register_port(acard->gameport);
782 if (acard->gameport) {
783 gameport_unregister_port(acard->gameport);
784 acard->gameport = NULL;
958 if (acard->gameport)