Home
last modified time | relevance | path

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

/sound/pci/ymfpci/
Dymfpci.c33 static long joystick_port[SNDRV_CARDS]; variable
48 module_param_hw_array(joystick_port, long, ioport, NULL, 0444);
49 MODULE_PARM_DESC(joystick_port, "Joystick port address");
72 int io_port = joystick_port[dev]; in snd_ymfpci_create_gameport()
/sound/pci/
Dals4000.c81 static int joystick_port[SNDRV_CARDS]; variable
91 module_param_hw_array(joystick_port, int, ioport, NULL, 0444);
92 MODULE_PARM_DESC(joystick_port, "Joystick port address for ALS4000 soundcard. (0 = disabled)");
745 if (joystick_port[dev] == 0) in snd_als4000_create_gameport()
748 if (joystick_port[dev] == 1) { /* auto-detect */ in snd_als4000_create_gameport()
755 io_port = joystick_port[dev]; in snd_als4000_create_gameport()
Dens1370.c77 static int joystick_port[SNDRV_CARDS]; variable
95 module_param_hw_array(joystick_port, int, ioport, NULL, 0444);
96 MODULE_PARM_DESC(joystick_port, "Joystick port address.");
1750 switch (joystick_port[dev]) { in snd_ensoniq_get_joystick_port()
1757 return joystick_port[dev]; in snd_ensoniq_get_joystick_port()
1761 "invalid joystick port %#x", joystick_port[dev]); in snd_ensoniq_get_joystick_port()
Dcmipci.c49 static int joystick_port[SNDRV_CARDS]; variable
65 module_param_hw_array(joystick_port, int, ioport, NULL, 0444);
66 MODULE_PARM_DESC(joystick_port, "Joystick port address.");
2833 if (joystick_port[dev] == 0) in snd_cmipci_create_gameport()
2836 if (joystick_port[dev] == 1) { /* auto-detect */ in snd_cmipci_create_gameport()
2844 io_port = joystick_port[dev]; in snd_cmipci_create_gameport()
/sound/pci/riptide/
Driptide.c114 static int joystick_port[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS - 1)] = 0x200 }; variable
126 module_param_hw_array(joystick_port, int, ioport, NULL, 0444);
127 MODULE_PARM_DESC(joystick_port, "Joystick port # for Riptide soundcard.");
2004 if (!joystick_port[dev]) { in snd_riptide_joystick_probe()
2014 if (!request_region(joystick_port[dev], 8, "Riptide gameport")) { in snd_riptide_joystick_probe()
2017 joystick_port[dev]); in snd_riptide_joystick_probe()
2023 gameport->io = joystick_port[dev]; in snd_riptide_joystick_probe()
2078 if (joystick_port[dev]) in snd_card_riptide_probe()
2116 if (joystick_port[dev]) { in snd_card_riptide_probe()
2117 val = joystick_port[dev]; in snd_card_riptide_probe()