Home
last modified time | relevance | path

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

12

/linux/drivers/watchdog/
H A Dsc1200wdt.c78 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/Documentation/userspace-api/
H A Disapnp.rst5 Interface /proc/isapnp
10 Interface /proc/bus/isapnp
H A Dindex.rst53 isapnp
/linux/sound/isa/es1688/
H A Des1688.c34 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 Dsb1000.rst41 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 Dcs4236.c30 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.");
306 #define is_isapnp_selected(dev) isapnp[dev]
503 if (enable[dev] && isapnp[dev]) in snd_cs423x_pnpbios_detect()
565 if (enable[dev] && isapnp[dev]) in snd_cs423x_pnpc_detect()
/linux/sound/isa/wavefront/
H A Dwavefront.c29 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.");
524 if (isapnp[dev]) in snd_wavefront_isa_match()
576 if (enable[dev] && isapnp[dev]) in snd_wavefront_pnp_detect()
/linux/sound/isa/sb/
H A Dsb16.c50 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable
76 module_param_array(isapnp, bool, NULL, 0444);
77 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard.");
289 #define is_isapnp_selected(dev) isapnp[dev]
580 if (!enable[dev] || !isapnp[dev]) in snd_sb16_pnp_detect()
/linux/sound/isa/
H A Dcmi8330.c59 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]
675 if (enable[dev] && isapnp[dev]) in snd_cmi8330_pnp_detect()
H A Dopl3sa2.c30 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.");
722 if (enable[dev] && isapnp[dev]) in snd_opl3sa2_pnp_detect()
778 if (enable[dev] && isapnp[dev]) in snd_opl3sa2_pnp_cdetect()
827 if (isapnp[dev]) in snd_opl3sa2_isa_match()
H A Des18xx.c1904 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.");
2038 #define is_isapnp_selected(dev) isapnp[dev]
2210 if (enable[dev] && isapnp[dev]) in snd_audiodrive_pnp_detect()
2259 if (enable[dev] && isapnp[dev]) in snd_audiodrive_pnpc_detect()
/linux/drivers/pnp/
H A DMakefile12 obj-$(CONFIG_ISAPNP) += isapnp/
H A DKconfig42 source "drivers/pnp/isapnp/Kconfig"
/linux/sound/isa/opti9xx/
H A Dopti92x-ad1848.c51 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.");
181 if (isapnp && chip->mc_base) in snd_opti9xx_init()
935 if (isapnp)
1073 if (! isapnp)
H A Dmiro.c49 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.");
791 if (isapnp && chip->mc_base) in snd_miro_init()
1384 if (isapnp) in snd_miro_isa_match()
1555 if (!isapnp) in snd_miro_pnp_probe()
/linux/drivers/pnp/isapnp/
H A DKconfig10 Some information is in <file:Documentation/userspace-api/isapnp.rst>.
/linux/sound/isa/gus/
H A Dinterwave.c39 static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable
71 module_param_array(isapnp, bool, NULL, 0444);
72 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard.");
765 if (isapnp[dev]) in snd_interwave_isa_match()
848 if (enable[dev] && isapnp[dev]) in snd_interwave_pnp_detect()
/linux/Documentation/sound/
H A Dalsa-configuration.rst482 isapnp
565 isapnp
819 isapnp
845 isapnp
1365 isapnp
1396 isapnp
1579 isapnp
1624 isapnp
1722 isapnp
1755 isapnp
[all …]
/linux/Documentation/translations/zh_CN/driver-api/
H A Dindex.rst96 * isapnp
/linux/sound/isa/msnd/
H A Dmsnd_pinnacle.c743 static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; variable
744 module_param_array(isapnp, bool, NULL, 0444);
745 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard.");
746 #define has_isapnp(x) isapnp[x]
/linux/drivers/scsi/
H A Daha1542.c30 static bool isapnp = 1; variable
31 module_param(isapnp, bool, 0);
32 MODULE_PARM_DESC(isapnp, "enable PnP support (default=1)");
1137 if (isapnp) { in aha1542_init()
/linux/drivers/media/radio/
H A Dradio-sf16fmi.c240 MODULE_DEVICE_TABLE(isapnp, id_table);
/linux/drivers/net/ethernet/8390/
H A Dsmc-ultra.c110 MODULE_DEVICE_TABLE(isapnp, ultra_device_ids);
H A Dne.c126 MODULE_DEVICE_TABLE(isapnp, isapnp_clone_list);
/linux/Documentation/watchdog/
H A Dwatchdog-parameters.rst540 isapnp:

12