Home
last modified time | relevance | path

Searched refs:isapnp (Results 1 – 46 of 46) sorted by relevance

/linux-4.1.27/drivers/watchdog/
Dsc1200wdt.c83 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-4.1.27/Documentation/sound/oss/
DESS18685 It should be automatically detected by the Linux Kernel isapnp support when you
18 NOTE: this is only needed when not using the kernel isapnp support!
21 sample copy of the isapnp.conf directives regarding the ESS1868:
32 (for a full working isapnp.conf file, remember the
42 After configuring the sound card via isapnp, to use the card you must load
DCMI833063 …der Linux you just have to use a proper isapnp.conf, a good isapnp and a little bit of patience. …
76 The /etc/isapnp.conf file will be:
DOpti22 and resources specified in /etc/isapnp.conf agree.
52 In most systems with a PnP BIOS you do not need to use isapnp. The
56 If that fails, or if you have other PnP cards, you need to use isapnp
62 /etc/isapnp.conf.
65 IO3 base must be 0x0E0C. Although isapnp allows other ports, this
146 in /etc/isapnp.conf if you use it).
DSoundPro32 assigned only to the SB16 subdevice (with isapnp). Windows documentation
53 WSS. Assuming you've got isapnp all happy, then you should be able to
54 do something like the following (which *must* match the isapnp/BIOS
69 in your isapnp configuration file, and that there is no conflict with
DALS38 isapnp. "dma16" should be explicitly set to "-1" for an ALS-007 since this
42 also agree with the setting used by isapnp. To get the MPU401 interface
DESS5 doesn't always succeed however, so unless you use the kernel isapnp facilities
DIntroduction129 If the sound card is an ISA PnP card, isapnp may be used
130 to configure the card. See the file isapnp.txt in the
309 C) Check (cat) /proc/isapnp
379 6) By just loading the module and let isapnp do everything relevant
381 only with isapnp hardware.
436 2) Information on PnP, RTFM manual pages for isapnp.
DVIBRA1627 A fully working isapnp.conf is just here:
DSoundblaster23 isapnp=0 Set this to disable ISAPnP detection (use io=0xXXX etc. above)
/linux-4.1.27/Documentation/
Disapnp.txt4 Interface /proc/isapnp
9 Interface /proc/bus/isapnp
D00-INDEX246 isapnp.txt
Dkernel-parameters.txt1578 isapnp= [ISAPNP]
/linux-4.1.27/sound/isa/es1688/
Des1688.c54 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]
268 if (enable[dev] && isapnp[dev]) in snd_es968_pnp_detect()
/linux-4.1.27/Documentation/networking/
DREADME.sb100035 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.
Dcs89x0.txt310 cat /proc/isapnp
/linux-4.1.27/sound/isa/cs423x/
Dcs4236.c79 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]
565 if (enable[dev] && isapnp[dev]) in snd_cs423x_pnpbios_detect()
633 if (enable[dev] && isapnp[dev]) in snd_cs423x_pnpc_detect()
/linux-4.1.27/sound/isa/wavefront/
Dwavefront.c43 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-4.1.27/sound/isa/sb/
Dsb16.c73 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-4.1.27/drivers/pnp/
DMakefile11 obj-$(CONFIG_ISAPNP) += isapnp/
DKconfig41 source "drivers/pnp/isapnp/Kconfig"
/linux-4.1.27/drivers/pnp/isapnp/
DKconfig9 Some information is in <file:Documentation/isapnp.txt>.
/linux-4.1.27/sound/isa/
Dcmi8330.c74 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()
Dopl3sa2.c50 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()
Des18xx.c1979 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; variable
1999 module_param_array(isapnp, bool, NULL, 0444);
2000 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard.");
2113 #define is_isapnp_selected(dev) isapnp[dev]
2291 if (enable[dev] && isapnp[dev]) in snd_audiodrive_pnp_detect()
2348 if (enable[dev] && isapnp[dev]) in snd_audiodrive_pnpc_detect()
/linux-4.1.27/sound/isa/opti9xx/
Dopti92x-ad1848.c69 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()
954 if (isapnp)
1097 if (! isapnp)
Dmiro.c65 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.");
796 if (isapnp && chip->mc_base) in snd_miro_init()
1392 if (isapnp) in snd_miro_isa_match()
1581 if (!isapnp) in snd_miro_pnp_probe()
/linux-4.1.27/Documentation/isdn/
DREADME.HiSax95 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-4.1.27/sound/isa/gus/
Dinterwave.c60 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-4.1.27/Documentation/sound/alsa/
DALSA-Configuration.txt25 Please note that all the ALSA ISA drivers support the Linux isapnp API
422 isapnp - ISA PnP detection - 0 = disable, 1 = enable (default)
424 with isapnp=0, the following options are available:
485 isapnp - ISA PnP detection - 0 = disable, 1 = enable (default)
487 with isapnp=0, the following options are available:
708 isapnp - ISA PnP detection - 0 = disable, 1 = enable (default)
713 with isapnp=0, the following additional options are available:
726 isapnp - ISA PnP detection - 0 = disable, 1 = enable (default)
728 with isapnp=0, the following options are available:
1177 isapnp - ISA PnP detection - 0 = disable, 1 = enable (default)
[all …]
/linux-4.1.27/drivers/scsi/
Daha1542.c29 static bool isapnp = 1; variable
30 module_param(isapnp, bool, 0);
31 MODULE_PARM_DESC(isapnp, "enable PnP support (default=1)");
1041 if (isapnp) { in aha1542_init()
Dg_NCR5380.c735 MODULE_DEVICE_TABLE(isapnp, id_table);
Dsym53c416.c592 MODULE_DEVICE_TABLE(isapnp, id_table);
DKconfig1318 configuration program (e.g. isapnp) or by a PnP aware BIOS. If you
1319 are using isapnp then you need to compile this driver as a module
1320 and then load it using insmod after isapnp has run. The parameters
Daha152x.c391 MODULE_DEVICE_TABLE(isapnp, id_table);
/linux-4.1.27/sound/isa/msnd/
Dmsnd_pinnacle.c789 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; variable
790 module_param_array(isapnp, bool, NULL, 0444);
791 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard.");
792 #define has_isapnp(x) isapnp[x]
/linux-4.1.27/sound/oss/
Dad1848.c176 static int isapnp = 1; variable
182 static int isapnp; variable
2823 module_param(isapnp, int, 0);
2826 MODULE_PARM_DESC(isapnp, "When set to 0, Plug & Play support will be disabled");
2879 MODULE_DEVICE_TABLE(isapnp, id_table);
2987 if(isapnp && (ad1848_isapnp_probe(&cfg) < 0) ) { in init_ad1848()
2989 isapnp = 0; in init_ad1848()
2995 if( isapnp == 0 ) in init_ad1848()
DKconfig431 isapnp, you have to add "sb=<io>,<irq>,<dma>,<dma2>" to the kernel
/linux-4.1.27/drivers/media/radio/
Dradio-sf16fmi.c241 MODULE_DEVICE_TABLE(isapnp, id_table);
/linux-4.1.27/drivers/net/ethernet/8390/
Dsmc-ultra.c111 MODULE_DEVICE_TABLE(isapnp, ultra_device_ids);
Dne.c127 MODULE_DEVICE_TABLE(isapnp, isapnp_clone_list);
/linux-4.1.27/Documentation/watchdog/
Dwatchdog-parameters.txt285 isapnp: When set to 0 driver ISA PnP support will be disabled (default=1)
/linux-4.1.27/drivers/pcmcia/
Di82365.c748 MODULE_DEVICE_TABLE(isapnp, id_table);
/linux-4.1.27/drivers/net/ethernet/3com/
D3c515.c361 MODULE_DEVICE_TABLE(isapnp, corkscrew_isapnp_adapters);
/linux-4.1.27/Documentation/filesystems/
Dproc.txt570 isapnp ISA PnP (Plug&Play) Info (2.4)
/linux-4.1.27/
DMAINTAINERS5411 F: Documentation/isapnp.txt
5412 F: drivers/pnp/isapnp/
5413 F: include/linux/isapnp.h