/Linux-v5.10/drivers/watchdog/ |
D | sc1200wdt.c | 78 static int isapnp = 1; variable 81 module_param(isapnp, int, 0); 82 MODULE_PARM_DESC(isapnp, 351 if (wdt_dev || !isapnp) in scl200wdt_pnp_probe() 392 if (isapnp) { in sc1200wdt_init() 408 if (isapnp) in sc1200wdt_init() 410 isapnp = 0; in sc1200wdt_init() 449 if (isapnp) in sc1200wdt_init() 462 if (isapnp) in sc1200wdt_exit()
|
/Linux-v5.10/Documentation/driver-api/ |
D | isapnp.rst | 5 Interface /proc/isapnp 10 Interface /proc/bus/isapnp
|
D | index.rst | 81 isapnp
|
/Linux-v5.10/sound/isa/es1688/ |
D | es1688.c | 39 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; variable 55 module_param_array(isapnp, bool, NULL, 0444); 56 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 73 #define is_isapnp_selected(dev) isapnp[dev] 252 if (enable[dev] && isapnp[dev]) in snd_es968_pnp_detect()
|
/Linux-v5.10/Documentation/networking/device_drivers/cable/ |
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-v5.10/sound/isa/cs423x/ |
D | cs4236.c | 64 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 83 module_param_array(isapnp, bool, NULL, 0444); 84 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard."); 341 #define is_isapnp_selected(dev) isapnp[dev] 553 if (enable[dev] && isapnp[dev]) in snd_cs423x_pnpbios_detect() 621 if (enable[dev] && isapnp[dev]) in snd_cs423x_pnpc_detect()
|
/Linux-v5.10/sound/isa/sb/ |
D | sb16.c | 58 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 84 module_param_array(isapnp, bool, NULL, 0444); 85 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 306 #define is_isapnp_selected(dev) isapnp[dev] 598 if (!enable[dev] || !isapnp[dev]) in snd_sb16_pnp_detect()
|
/Linux-v5.10/sound/isa/wavefront/ |
D | wavefront.c | 30 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 50 module_param_array(isapnp, bool, NULL, 0444); 51 MODULE_PARM_DESC(isapnp, "ISA PnP detection for WaveFront soundcards."); 536 if (isapnp[dev]) in snd_wavefront_isa_match() 597 if (enable[dev] && isapnp[dev]) in snd_wavefront_pnp_detect()
|
/Linux-v5.10/drivers/pnp/ |
D | Makefile | 12 obj-$(CONFIG_ISAPNP) += isapnp/
|
D | Kconfig | 42 source "drivers/pnp/isapnp/Kconfig"
|
/Linux-v5.10/sound/isa/ |
D | cmi8330.c | 60 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 80 module_param_array(isapnp, bool, NULL, 0444); 81 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 494 #define is_isapnp_selected(dev) isapnp[dev] 679 if (enable[dev] && isapnp[dev]) in snd_cmi8330_pnp_detect()
|
D | opl3sa2.c | 35 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 54 module_param_array(isapnp, bool, NULL, 0444); 55 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 720 if (enable[dev] && isapnp[dev]) in snd_opl3sa2_pnp_detect() 784 if (enable[dev] && isapnp[dev]) in snd_opl3sa2_pnp_cdetect() 842 if (isapnp[dev]) in snd_opl3sa2_isa_match()
|
D | es18xx.c | 1948 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; variable 1968 module_param_array(isapnp, bool, NULL, 0444); 1969 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 2082 #define is_isapnp_selected(dev) isapnp[dev] 2260 if (enable[dev] && isapnp[dev]) in snd_audiodrive_pnp_detect() 2317 if (enable[dev] && isapnp[dev]) in snd_audiodrive_pnpc_detect()
|
/Linux-v5.10/drivers/pnp/isapnp/ |
D | Kconfig | 10 Some information is in <file:Documentation/driver-api/isapnp.rst>.
|
/Linux-v5.10/sound/isa/opti9xx/ |
D | opti92x-ad1848.c | 57 static bool isapnp = true; /* Enable ISA PnP detection */ variable 76 module_param(isapnp, bool, 0444); 77 MODULE_PARM_DESC(isapnp, "Enable ISA PnP detection for specified soundcard."); 187 if (isapnp && chip->mc_base) in snd_opti9xx_init() 955 if (isapnp) 1098 if (! isapnp)
|
D | miro.c | 52 static bool isapnp = 1; /* Enable ISA PnP detection */ variable 78 module_param(isapnp, bool, 0444); 79 MODULE_PARM_DESC(isapnp, "Enable ISA PnP detection for specified soundcard."); 786 if (isapnp && chip->mc_base) in snd_miro_init() 1385 if (isapnp) in snd_miro_isa_match() 1574 if (!isapnp) in snd_miro_pnp_probe()
|
/Linux-v5.10/Documentation/sound/ |
D | alsa-configuration.rst | 24 Please note that all the ALSA ISA drivers support the Linux isapnp API 460 isapnp 463 with ``isapnp=0``, the following options are available: 543 isapnp 546 with ``isapnp=0``, the following options are available: 796 isapnp 805 with ``isapnp=0``, the following additional options are available: 822 isapnp 825 with ``isapnp=0``, the following options are available: 1336 isapnp [all …]
|
/Linux-v5.10/sound/isa/gus/ |
D | interwave.c | 45 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 77 module_param_array(isapnp, bool, NULL, 0444); 78 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard."); 781 if (isapnp[dev]) in snd_interwave_isa_match() 853 if (enable[dev] && isapnp[dev]) in snd_interwave_pnp_detect()
|
/Linux-v5.10/drivers/scsi/ |
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)"); 1100 if (isapnp) { in aha1542_init()
|
/Linux-v5.10/sound/isa/msnd/ |
D | msnd_pinnacle.c | 777 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; variable 778 module_param_array(isapnp, bool, NULL, 0444); 779 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard."); 780 #define has_isapnp(x) isapnp[x]
|
/Linux-v5.10/drivers/media/radio/ |
D | radio-sf16fmi.c | 240 MODULE_DEVICE_TABLE(isapnp, id_table);
|
/Linux-v5.10/drivers/net/ethernet/8390/ |
D | smc-ultra.c | 111 MODULE_DEVICE_TABLE(isapnp, ultra_device_ids);
|
D | ne.c | 127 MODULE_DEVICE_TABLE(isapnp, isapnp_clone_list);
|
/Linux-v5.10/Documentation/watchdog/ |
D | watchdog-parameters.rst | 528 isapnp:
|
/Linux-v5.10/drivers/pcmcia/ |
D | i82365.c | 748 MODULE_DEVICE_TABLE(isapnp, id_table);
|