/Linux-v4.19/drivers/watchdog/ |
D | sc1200wdt.c | 83 static int isapnp = 1; variable 86 module_param(isapnp, int, 0); 87 MODULE_PARM_DESC(isapnp, 355 if (wdt_dev || !isapnp) in scl200wdt_pnp_probe() 396 if (isapnp) { in sc1200wdt_init() 412 if (isapnp) in sc1200wdt_init() 414 isapnp = 0; in sc1200wdt_init() 453 if (isapnp) in sc1200wdt_init() 466 if (isapnp) in sc1200wdt_exit()
|
/Linux-v4.19/Documentation/ |
D | isapnp.txt | 5 Interface /proc/isapnp 10 Interface /proc/bus/isapnp
|
/Linux-v4.19/sound/isa/es1688/ |
D | es1688.c | 54 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; variable 70 module_param_array(isapnp, bool, NULL, 0444); 71 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 88 #define is_isapnp_selected(dev) isapnp[dev] 267 if (enable[dev] && isapnp[dev]) in snd_es968_pnp_detect()
|
/Linux-v4.19/Documentation/networking/ |
D | README.sb1000 | 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-v4.19/sound/isa/cs423x/ |
D | cs4236.c | 79 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 98 module_param_array(isapnp, bool, NULL, 0444); 99 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard."); 355 #define is_isapnp_selected(dev) isapnp[dev] 567 if (enable[dev] && isapnp[dev]) in snd_cs423x_pnpbios_detect() 635 if (enable[dev] && isapnp[dev]) in snd_cs423x_pnpc_detect()
|
/Linux-v4.19/sound/isa/sb/ |
D | sb16.c | 73 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 99 module_param_array(isapnp, bool, NULL, 0444); 100 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 321 #define is_isapnp_selected(dev) isapnp[dev] 614 if (!enable[dev] || !isapnp[dev]) in snd_sb16_pnp_detect()
|
/Linux-v4.19/sound/isa/wavefront/ |
D | wavefront.c | 43 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 63 module_param_array(isapnp, bool, NULL, 0444); 64 MODULE_PARM_DESC(isapnp, "ISA PnP detection for WaveFront soundcards."); 548 if (isapnp[dev]) in snd_wavefront_isa_match() 609 if (enable[dev] && isapnp[dev]) in snd_wavefront_pnp_detect()
|
/Linux-v4.19/drivers/pnp/ |
D | Makefile | 12 obj-$(CONFIG_ISAPNP) += isapnp/
|
D | Kconfig | 41 source "drivers/pnp/isapnp/Kconfig"
|
/Linux-v4.19/sound/isa/ |
D | cmi8330.c | 74 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 94 module_param_array(isapnp, bool, NULL, 0444); 95 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 510 #define is_isapnp_selected(dev) isapnp[dev] 695 if (enable[dev] && isapnp[dev]) in snd_cmi8330_pnp_detect()
|
D | opl3sa2.c | 50 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 69 module_param_array(isapnp, bool, NULL, 0444); 70 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 734 if (enable[dev] && isapnp[dev]) in snd_opl3sa2_pnp_detect() 798 if (enable[dev] && isapnp[dev]) in snd_opl3sa2_pnp_cdetect() 856 if (isapnp[dev]) in snd_opl3sa2_isa_match()
|
D | es18xx.c | 1980 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; variable 2000 module_param_array(isapnp, bool, NULL, 0444); 2001 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); 2114 #define is_isapnp_selected(dev) isapnp[dev] 2292 if (enable[dev] && isapnp[dev]) in snd_audiodrive_pnp_detect() 2349 if (enable[dev] && isapnp[dev]) in snd_audiodrive_pnpc_detect()
|
/Linux-v4.19/drivers/pnp/isapnp/ |
D | Kconfig | 9 Some information is in <file:Documentation/isapnp.txt>.
|
/Linux-v4.19/sound/isa/opti9xx/ |
D | opti92x-ad1848.c | 69 static bool isapnp = true; /* Enable ISA PnP detection */ variable 88 module_param(isapnp, bool, 0444); 89 MODULE_PARM_DESC(isapnp, "Enable ISA PnP detection for specified soundcard."); 199 if (isapnp && chip->mc_base) in snd_opti9xx_init() 959 if (isapnp) 1102 if (! isapnp)
|
D | miro.c | 65 static bool isapnp = 1; /* Enable ISA PnP detection */ variable 91 module_param(isapnp, bool, 0444); 92 MODULE_PARM_DESC(isapnp, "Enable ISA PnP detection for specified soundcard."); 799 if (isapnp && chip->mc_base) in snd_miro_init() 1398 if (isapnp) in snd_miro_isa_match() 1587 if (!isapnp) in snd_miro_pnp_probe()
|
/Linux-v4.19/Documentation/isdn/ |
D | README.HiSax | 95 needed to be configured with isapnp and worked only with the HiSax 165 7 ELSA Quickstep 1000 irq, io (from isapnp setup) 171 12 ASUS COM ISDNLink irq, io (from isapnp setup) 180 19 Compaq ISDN S0 ISA card irq, io0, io1, io (from isapnp setup io=IO2) 184 24 Dr. Neuhaus Niccy PnP irq, io0, io1 (from isapnp setup) 188 27 AVM PnP (Fritz!PnP) irq, io (from isapnp setup) 190 28 Sedlbauer Speed Fax+ irq, io (from isapnp setup) 191 29 Siemens I-Surf 1.0 irq, io, memory (from isapnp setup) 192 30 ACER P10 irq, io (from isapnp setup) 224 5. Teles 16.3 PnP, Euro ISDN, with isapnp configured [all …]
|
/Linux-v4.19/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: 1333 isapnp [all …]
|
/Linux-v4.19/sound/isa/gus/ |
D | interwave.c | 60 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 92 module_param_array(isapnp, bool, NULL, 0444); 93 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard."); 795 if (isapnp[dev]) in snd_interwave_isa_match() 867 if (enable[dev] && isapnp[dev]) in snd_interwave_pnp_detect()
|
/Linux-v4.19/drivers/scsi/ |
D | aha1542.c | 29 static bool isapnp = 1; variable 30 module_param(isapnp, bool, 0); 31 MODULE_PARM_DESC(isapnp, "enable PnP support (default=1)"); 1044 if (isapnp) { in aha1542_init()
|
/Linux-v4.19/sound/isa/msnd/ |
D | msnd_pinnacle.c | 790 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; variable 791 module_param_array(isapnp, bool, NULL, 0444); 792 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard."); 793 #define has_isapnp(x) isapnp[x]
|
/Linux-v4.19/drivers/media/radio/ |
D | radio-sf16fmi.c | 241 MODULE_DEVICE_TABLE(isapnp, id_table);
|
/Linux-v4.19/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-v4.19/Documentation/watchdog/ |
D | watchdog-parameters.txt | 294 isapnp: When set to 0 driver ISA PnP support will be disabled (default=1)
|
/Linux-v4.19/drivers/pcmcia/ |
D | i82365.c | 748 MODULE_DEVICE_TABLE(isapnp, id_table);
|