/Linux-v5.4/drivers/watchdog/ |
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-v5.4/Documentation/driver-api/ |
D | isapnp.rst | 5 Interface /proc/isapnp 10 Interface /proc/bus/isapnp
|
D | index.rst | 81 isapnp
|
/Linux-v5.4/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.4/Documentation/networking/device_drivers/ |
D | sb1000.txt | 35 3.) The standard isapnp tools. These are necessary to configure your SB1000 44 isapnp, pnpdump, or /etc/isapnp.conf, go to: 60 by isapnp to access your PnP cards. This is the value of READPORT in 61 /etc/isapnp.conf or given by the output of pnpdump. 71 "isapnp" command with your new config file as the input. Check for 74 Then save the finished config file as /etc/isapnp.conf for proper configuration 150 3.) When isapnp runs it reports an error, and my SB1000 card isn't working. 152 Solution -- There's a problem with later versions of isapnp using the "(CHECK)" 156 rerun isapnp and go from there.
|
/Linux-v5.4/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."); 340 #define is_isapnp_selected(dev) isapnp[dev] 552 if (enable[dev] && isapnp[dev]) in snd_cs423x_pnpbios_detect() 620 if (enable[dev] && isapnp[dev]) in snd_cs423x_pnpc_detect()
|
/Linux-v5.4/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."); 535 if (isapnp[dev]) in snd_wavefront_isa_match() 596 if (enable[dev] && isapnp[dev]) in snd_wavefront_pnp_detect()
|
/Linux-v5.4/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.4/drivers/pnp/ |
D | Makefile | 12 obj-$(CONFIG_ISAPNP) += isapnp/
|
D | Kconfig | 42 source "drivers/pnp/isapnp/Kconfig"
|
/Linux-v5.4/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."); 495 #define is_isapnp_selected(dev) isapnp[dev] 680 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."); 719 if (enable[dev] && isapnp[dev]) in snd_opl3sa2_pnp_detect() 783 if (enable[dev] && isapnp[dev]) in snd_opl3sa2_pnp_cdetect() 841 if (isapnp[dev]) in snd_opl3sa2_isa_match()
|
D | es18xx.c | 1963 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; variable 1983 module_param_array(isapnp, bool, NULL, 0444); 1984 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 2097 #define is_isapnp_selected(dev) isapnp[dev] 2275 if (enable[dev] && isapnp[dev]) in snd_audiodrive_pnp_detect() 2332 if (enable[dev] && isapnp[dev]) in snd_audiodrive_pnpc_detect()
|
/Linux-v5.4/drivers/pnp/isapnp/ |
D | Kconfig | 10 Some information is in <file:Documentation/driver-api/isapnp.rst>.
|
/Linux-v5.4/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() 949 if (isapnp) 1092 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() 1382 if (isapnp) in snd_miro_isa_match() 1571 if (!isapnp) in snd_miro_pnp_probe()
|
/Linux-v5.4/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: 542 isapnp 545 with ``isapnp=0``, the following options are available: 795 isapnp 804 with ``isapnp=0``, the following additional options are available: 821 isapnp 824 with ``isapnp=0``, the following options are available: 1335 isapnp [all …]
|
/Linux-v5.4/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."); 780 if (isapnp[dev]) in snd_interwave_isa_match() 852 if (enable[dev] && isapnp[dev]) in snd_interwave_pnp_detect()
|
/Linux-v5.4/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.4/sound/isa/msnd/ |
D | msnd_pinnacle.c | 776 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; variable 777 module_param_array(isapnp, bool, NULL, 0444); 778 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard."); 779 #define has_isapnp(x) isapnp[x]
|
/Linux-v5.4/drivers/media/radio/ |
D | radio-sf16fmi.c | 240 MODULE_DEVICE_TABLE(isapnp, id_table);
|
/Linux-v5.4/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.4/Documentation/watchdog/ |
D | watchdog-parameters.rst | 528 isapnp:
|
/Linux-v5.4/drivers/pcmcia/ |
D | i82365.c | 748 MODULE_DEVICE_TABLE(isapnp, id_table);
|