Lines Matching refs:gameport
471 struct gameport *gameport; member
1169 static void snd_cs4281_gameport_trigger(struct gameport *gameport) in snd_cs4281_gameport_trigger() argument
1171 struct cs4281 *chip = gameport_get_port_data(gameport); in snd_cs4281_gameport_trigger()
1178 static unsigned char snd_cs4281_gameport_read(struct gameport *gameport) in snd_cs4281_gameport_read() argument
1180 struct cs4281 *chip = gameport_get_port_data(gameport); in snd_cs4281_gameport_read()
1188 static int snd_cs4281_gameport_cooked_read(struct gameport *gameport, in snd_cs4281_gameport_cooked_read() argument
1191 struct cs4281 *chip = gameport_get_port_data(gameport); in snd_cs4281_gameport_cooked_read()
1216 static int snd_cs4281_gameport_open(struct gameport *gameport, int mode) in snd_cs4281_gameport_open() argument
1233 struct gameport *gp; in snd_cs4281_create_gameport()
1235 chip->gameport = gp = gameport_allocate_port(); in snd_cs4281_create_gameport()
1261 if (chip->gameport) { in snd_cs4281_free_gameport()
1262 gameport_unregister_port(chip->gameport); in snd_cs4281_free_gameport()
1263 chip->gameport = NULL; in snd_cs4281_free_gameport()