Searched refs:joystick_port (Results 1 – 7 of 7) sorted by relevance
| /linux/Documentation/sound/cards/ |
| H A D | joystick.rst | 43 als4000 joystick_port 0 = disable (default), 1 = auto-detect, 48 ens1371 joystick_port 0 = disable (default), 1 = auto-detect, 50 cmipci joystick_port 0 = disable (default), 1 = auto-detect, 59 ymfpci joystick_port 0 = disable (default), 1 = auto-detect,
|
| H A D | cmipci.rst | 261 joystick_port=1 module option. The value 1 means the auto-detection.
|
| /linux/sound/pci/ymfpci/ |
| H A D | ymfpci.c | 27 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()
|
| /linux/sound/pci/ |
| H A D | als4000.c | 80 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)"); 740 if (joystick_port[dev] == 0) in snd_als4000_create_gameport() 743 if (joystick_port[dev] == 1) { /* auto-detect */ in snd_als4000_create_gameport() 751 io_port = joystick_port[dev]; in snd_als4000_create_gameport()
|
| H A D | ens1370.c | 69 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."); 1723 switch (joystick_port[dev]) { in snd_ensoniq_get_joystick_port() 1730 return joystick_port[dev]; in snd_ensoniq_get_joystick_port() 1734 "invalid joystick port %#x", joystick_port[dev]); in snd_ensoniq_get_joystick_port()
|
| H A D | cmipci.c | 45 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."); 2793 if (joystick_port[dev] == 0) in snd_cmipci_create_gameport() 2796 if (joystick_port[dev] == 1) { /* auto-detect */ in snd_cmipci_create_gameport() 2805 io_port = joystick_port[dev]; in snd_cmipci_create_gameport()
|
| /linux/sound/pci/riptide/ |
| H A D | riptide.c | 114 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."); 1983 if (!joystick_port[dev]) { in snd_riptide_joystick_probe() 1993 if (!request_region(joystick_port[dev], 8, "Riptide gameport")) { in snd_riptide_joystick_probe() 1996 joystick_port[dev]); in snd_riptide_joystick_probe() 2002 gameport->io = joystick_port[dev]; in snd_riptide_joystick_probe() 2057 if (joystick_port[dev]) in __snd_card_riptide_probe() 2095 if (joystick_port[dev]) { in __snd_card_riptide_probe() 2096 val = joystick_port[dev]; in __snd_card_riptide_probe()
|