/linux/drivers/watchdog/ |
H A D | sc1200wdt.c | 78 static int isapnp = 1; variable 81 module_param(isapnp, int, 0); 82 MODULE_PARM_DESC(isapnp, 350 if (wdt_dev || !isapnp) in scl200wdt_pnp_probe() 391 if (isapnp) { in sc1200wdt_init() 407 if (isapnp) in sc1200wdt_init() 409 isapnp = 0; in sc1200wdt_init() 448 if (isapnp) in sc1200wdt_init() 461 if (isapnp) in sc1200wdt_exit()
|
/linux/Documentation/userspace-api/ |
H A D | isapnp.rst | 5 Interface /proc/isapnp 10 Interface /proc/bus/isapnp
|
H A D | index.rst | 53 isapnp
|
/linux/sound/isa/es1688/ |
H A D | es1688.c | 34 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; variable 50 module_param_array(isapnp, bool, NULL, 0444); 51 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 68 #define is_isapnp_selected(dev) isapnp[dev] 237 if (enable[dev] && isapnp[dev]) in snd_es968_pnp_detect()
|
/linux/Documentation/networking/device_drivers/cable/ |
H A D | sb1000.rst | 41 3. The standard isapnp tools. These are necessary to configure your SB1000 50 isapnp, pnpdump, or /etc/isapnp.conf, go to: 67 by isapnp to access your PnP cards. This is the value of READPORT in 68 /etc/isapnp.conf or given by the output of pnpdump. 78 "isapnp" command with your new config file as the input. Check for 81 Then save the finished config file as /etc/isapnp.conf for proper 159 3. When isapnp runs it reports an error, and my SB1000 card isn't working. 162 There's a problem with later versions of isapnp using the "(CHECK)" 166 rerun isapnp and go from there.
|
/linux/sound/isa/cs423x/ |
H A D | cs4236.c | 30 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 49 module_param_array(isapnp, bool, NULL, 0444); 50 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard."); 308 #define is_isapnp_selected(dev) isapnp[dev] 506 if (enable[dev] && isapnp[dev]) in snd_cs423x_pnpbios_detect() 568 if (enable[dev] && isapnp[dev]) in snd_cs423x_pnpc_detect()
|
/linux/sound/isa/wavefront/ |
H A D | wavefront.c | 29 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 49 module_param_array(isapnp, bool, NULL, 0444); 50 MODULE_PARM_DESC(isapnp, "ISA PnP detection for WaveFront soundcards."); 525 if (isapnp[dev]) in snd_wavefront_isa_match() 577 if (enable[dev] && isapnp[dev]) in snd_wavefront_pnp_detect()
|
/linux/sound/isa/sb/ |
H A D | sb16.c | 44 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 70 module_param_array(isapnp, bool, NULL, 0444); 71 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 283 #define is_isapnp_selected(dev) isapnp[dev] 578 if (!enable[dev] || !isapnp[dev]) in snd_sb16_pnp_detect()
|
/linux/sound/isa/ |
H A D | cmi8330.c | 59 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 79 module_param_array(isapnp, bool, NULL, 0444); 80 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 496 #define is_isapnp_selected(dev) isapnp[dev] 673 if (enable[dev] && isapnp[dev]) in snd_cmi8330_pnp_detect()
|
H A D | opl3sa2.c | 30 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 49 module_param_array(isapnp, bool, NULL, 0444); 50 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 720 if (enable[dev] && isapnp[dev]) in snd_opl3sa2_pnp_detect() 776 if (enable[dev] && isapnp[dev]) in snd_opl3sa2_pnp_cdetect() 825 if (isapnp[dev]) in snd_opl3sa2_isa_match()
|
H A D | es18xx.c | 1904 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; variable 1924 module_param_array(isapnp, bool, NULL, 0444); 1925 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 2043 #define is_isapnp_selected(dev) isapnp[dev] 2215 if (enable[dev] && isapnp[dev]) in snd_audiodrive_pnp_detect() 2264 if (enable[dev] && isapnp[dev]) in snd_audiodrive_pnpc_detect()
|
/linux/sound/isa/opti9xx/ |
H A D | opti92x-ad1848.c | 51 static bool isapnp = true; /* Enable ISA PnP detection */ variable 70 module_param(isapnp, bool, 0444); 71 MODULE_PARM_DESC(isapnp, "Enable ISA PnP detection for specified soundcard."); 182 if (isapnp && chip->mc_base) in snd_opti9xx_init() 936 if (isapnp) 1074 if (! isapnp)
|
H A D | miro.c | 49 static bool isapnp = 1; /* Enable ISA PnP detection */ variable 75 module_param(isapnp, bool, 0444); 76 MODULE_PARM_DESC(isapnp, "Enable ISA PnP detection for specified soundcard."); 798 if (isapnp && chip->mc_base) in snd_miro_init() 1392 if (isapnp) in snd_miro_isa_match() 1563 if (!isapnp) in snd_miro_pnp_probe()
|
/linux/drivers/pnp/ |
H A D | Makefile | 12 obj-$(CONFIG_ISAPNP) += isapnp/
|
H A D | Kconfig | 42 source "drivers/pnp/isapnp/Kconfig"
|
/linux/drivers/pnp/isapnp/ |
H A D | Kconfig | 10 Some information is in <file:Documentation/userspace-api/isapnp.rst>.
|
/linux/Documentation/sound/ |
H A D | alsa-configuration.rst | 24 Please note that all the ALSA ISA drivers support the Linux isapnp API 482 isapnp 485 with ``isapnp=0``, the following options are available: 565 isapnp 568 with ``isapnp=0``, the following options are available: 819 isapnp 828 with ``isapnp=0``, the following additional options are available: 845 isapnp 848 with ``isapnp=0``, the following options are available: 1368 isapnp [all …]
|
/linux/sound/isa/gus/ |
H A D | interwave.c | 39 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 69 module_param_array(isapnp, bool, NULL, 0444); 70 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard."); 770 if (isapnp[dev]) in snd_interwave_isa_match() 853 if (enable[dev] && isapnp[dev]) in snd_interwave_pnp_detect()
|
/linux/Documentation/translations/zh_CN/driver-api/ |
H A D | index.rst | 97 * isapnp
|
/linux/drivers/scsi/ |
H A D | aha1542.c | 30 static bool isapnp = 1; variable 31 module_param(isapnp, bool, 0); 32 MODULE_PARM_DESC(isapnp, "enable PnP support (default=1)"); 1139 if (isapnp) { in aha1542_init()
|
/linux/sound/isa/msnd/ |
H A D | msnd_pinnacle.c | 747 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; variable 748 module_param_array(isapnp, bool, NULL, 0444); 749 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard."); 750 #define has_isapnp(x) isapnp[x]
|
/linux/drivers/media/radio/ |
H A D | radio-sf16fmi.c | 240 MODULE_DEVICE_TABLE(isapnp, id_table);
|
/linux/drivers/net/ethernet/8390/ |
H A D | smc-ultra.c | 110 MODULE_DEVICE_TABLE(isapnp, ultra_device_ids);
|
/linux/Documentation/watchdog/ |
H A D | watchdog-parameters.rst | 530 isapnp:
|
/linux/drivers/pcmcia/ |
H A D | i82365.c | 748 MODULE_DEVICE_TABLE(isapnp, id_table);
|