Searched refs:joystick_port (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/Documentation/sound/alsa/ |
D | Joystick.txt | 39 als4000 joystick_port 0 = disable (default), 1 = auto-detect, 44 ens1371 joystick_port 0 = disable (default), 1 = auto-detect, 46 cmipci joystick_port 0 = disable (default), 1 = auto-detect, 55 ymfpci joystick_port 0 = disable (default), 1 = auto-detect,
|
D | CMIPCI.txt | 243 joystick_port=1 module option. The value 1 means the auto-detection.
|
D | ALSA-Configuration.txt | 223 joystick_port - port # for legacy joystick support. 455 joystick_port - Joystick port address (0 = disable, 1 = auto-detect) 696 joystick_port - port # for joystick (0x200,0x208,0x210,0x218), 1620 joystick_port - Joystick port # (default: 0x200) 2100 joystick_port - 0x201,0x202,0x204,0x205, 0 (disable) by default,
|
/linux-4.4.14/sound/pci/ymfpci/ |
D | ymfpci.c | 48 static long joystick_port[SNDRV_CARDS]; variable 63 module_param_array(joystick_port, long, NULL, 0444); 64 MODULE_PARM_DESC(joystick_port, "Joystick port address"); 87 int io_port = joystick_port[dev]; in snd_ymfpci_create_gameport()
|
/linux-4.4.14/sound/pci/ |
D | als4000.c | 95 static int joystick_port[SNDRV_CARDS]; variable 105 module_param_array(joystick_port, int, NULL, 0444); 106 MODULE_PARM_DESC(joystick_port, "Joystick port address for ALS4000 soundcard. (0 = disabled)"); 779 if (joystick_port[dev] == 0) in snd_als4000_create_gameport() 782 if (joystick_port[dev] == 1) { /* auto-detect */ in snd_als4000_create_gameport() 789 io_port = joystick_port[dev]; in snd_als4000_create_gameport()
|
D | ens1370.c | 91 static int joystick_port[SNDRV_CARDS]; variable 109 module_param_array(joystick_port, int, NULL, 0444); 110 MODULE_PARM_DESC(joystick_port, "Joystick port address."); 1785 switch (joystick_port[dev]) { in snd_ensoniq_get_joystick_port() 1792 return joystick_port[dev]; in snd_ensoniq_get_joystick_port() 1796 "invalid joystick port %#x", joystick_port[dev]); in snd_ensoniq_get_joystick_port()
|
D | cmipci.c | 62 static int joystick_port[SNDRV_CARDS]; variable 78 module_param_array(joystick_port, int, NULL, 0444); 79 MODULE_PARM_DESC(joystick_port, "Joystick port address."); 2871 if (joystick_port[dev] == 0) in snd_cmipci_create_gameport() 2874 if (joystick_port[dev] == 1) { /* auto-detect */ in snd_cmipci_create_gameport() 2882 io_port = joystick_port[dev]; in snd_cmipci_create_gameport()
|
/linux-4.4.14/sound/pci/riptide/ |
D | riptide.c | 128 static int joystick_port[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS - 1)] = 0x200 }; variable 140 module_param_array(joystick_port, int, NULL, 0444); 141 MODULE_PARM_DESC(joystick_port, "Joystick port # for Riptide soundcard."); 2024 if (!joystick_port[dev]) { in snd_riptide_joystick_probe() 2034 if (!request_region(joystick_port[dev], 8, "Riptide gameport")) { in snd_riptide_joystick_probe() 2037 joystick_port[dev]); in snd_riptide_joystick_probe() 2043 gameport->io = joystick_port[dev]; in snd_riptide_joystick_probe() 2098 if (joystick_port[dev]) in snd_card_riptide_probe() 2136 if (joystick_port[dev]) { in snd_card_riptide_probe() 2137 val = joystick_port[dev]; in snd_card_riptide_probe()
|