Home
last modified time | relevance | path

Searched refs:joystick_port (Results 1 – 5 of 5) sorted by relevance

/sound/pci/ymfpci/
Dymfpci.c27 static long joystick_port[SNDRV_CARDS]; variable
42 module_param_hw_array(joystick_port, long, ioport, NULL, 0444);
43 MODULE_PARM_DESC(joystick_port, "Joystick port address");
66 int io_port = joystick_port[dev]; in snd_ymfpci_create_gameport()
/sound/pci/
Dals4000.c80 static int joystick_port[SNDRV_CARDS]; variable
90 module_param_hw_array(joystick_port, int, ioport, NULL, 0444);
91 MODULE_PARM_DESC(joystick_port, "Joystick port address for ALS4000 soundcard. (0 = disabled)");
744 if (joystick_port[dev] == 0) in snd_als4000_create_gameport()
747 if (joystick_port[dev] == 1) { /* auto-detect */ in snd_als4000_create_gameport()
755 io_port = joystick_port[dev]; in snd_als4000_create_gameport()
Dens1370.c69 static int joystick_port[SNDRV_CARDS]; variable
87 module_param_hw_array(joystick_port, int, ioport, NULL, 0444);
88 MODULE_PARM_DESC(joystick_port, "Joystick port address.");
1746 switch (joystick_port[dev]) { in snd_ensoniq_get_joystick_port()
1753 return joystick_port[dev]; in snd_ensoniq_get_joystick_port()
1757 "invalid joystick port %#x", joystick_port[dev]); in snd_ensoniq_get_joystick_port()
Dcmipci.c45 static int joystick_port[SNDRV_CARDS]; variable
61 module_param_hw_array(joystick_port, int, ioport, NULL, 0444);
62 MODULE_PARM_DESC(joystick_port, "Joystick port address.");
2848 if (joystick_port[dev] == 0) in snd_cmipci_create_gameport()
2851 if (joystick_port[dev] == 1) { /* auto-detect */ in snd_cmipci_create_gameport()
2860 io_port = joystick_port[dev]; in snd_cmipci_create_gameport()
/sound/pci/riptide/
Driptide.c113 static int joystick_port[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS - 1)] = 0x200 }; variable
125 module_param_hw_array(joystick_port, int, ioport, NULL, 0444);
126 MODULE_PARM_DESC(joystick_port, "Joystick port # for Riptide soundcard.");
1986 if (!joystick_port[dev]) { in snd_riptide_joystick_probe()
1996 if (!request_region(joystick_port[dev], 8, "Riptide gameport")) { in snd_riptide_joystick_probe()
1999 joystick_port[dev]); in snd_riptide_joystick_probe()
2005 gameport->io = joystick_port[dev]; in snd_riptide_joystick_probe()
2060 if (joystick_port[dev]) in __snd_card_riptide_probe()
2098 if (joystick_port[dev]) { in __snd_card_riptide_probe()
2099 val = joystick_port[dev]; in __snd_card_riptide_probe()