Searched refs:isapnp (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/watchdog/ |
| H A 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/Documentation/userspace-api/ |
| H A D | isapnp.rst | 5 Interface /proc/isapnp 10 Interface /proc/bus/isapnp
|
| H A D | index.rst | 55 isapnp
|
| /linux/sound/isa/es1688/ |
| H A D | es1688.c | 34 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/sound/isa/cs423x/ |
| H A D | cs4236.c | 30 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."); 308 #define is_isapnp_selected(dev) isapnp[dev] 506 if (enable[dev] && isapnp[dev]) in snd_cs423x_pnpbios_detect() 568 if (enable[dev] && isapnp[dev]) in snd_cs423x_pnpc_detect()
|
| /linux/sound/isa/wavefront/ |
| H A D | wavefront.c | 29 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."); 525 if (isapnp[dev]) in snd_wavefront_isa_match() 577 if (enable[dev] && isapnp[dev]) in snd_wavefront_pnp_detect()
|
| /linux/drivers/pnp/ |
| H A D | Makefile | 12 obj-$(CONFIG_ISAPNP) += isapnp/
|
| H A D | Kconfig | 42 source "drivers/pnp/isapnp/Kconfig"
|
| /linux/drivers/pnp/isapnp/ |
| H A D | Kconfig | 10 Some information is in <file:Documentation/userspace-api/isapnp.rst>.
|
| /linux/Documentation/sound/ |
| H A D | alsa-configuration.rst | 24 Please note that all the ALSA ISA drivers support the Linux isapnp API 482 isapnp 485 with ``isapnp=0``, the following options are available: 565 isapnp 568 with ``isapnp=0``, the following options are available: 819 isapnp 828 with ``isapnp=0``, the following additional options are available: 845 isapnp 848 with ``isapnp=0``, the following options are available: 1368 isapnp [all …]
|
| /linux/Documentation/translations/zh_CN/driver-api/ |
| H A D | index.rst | 97 * isapnp
|
| /linux/drivers/media/radio/ |
| H A D | radio-sf16fmi.c | 240 MODULE_DEVICE_TABLE(isapnp, id_table);
|
| /linux/drivers/net/ethernet/8390/ |
| H A D | smc-ultra.c | 110 MODULE_DEVICE_TABLE(isapnp, ultra_device_ids);
|
| /linux/Documentation/watchdog/ |
| H A D | watchdog-parameters.rst | 530 isapnp:
|
| /linux/drivers/pcmcia/ |
| H A D | i82365.c | 748 MODULE_DEVICE_TABLE(isapnp, id_table);
|
| /linux/Documentation/networking/device_drivers/ethernet/cirrus/ |
| H A D | cs89x0.rst | 322 cat /proc/isapnp
|
| /linux/Documentation/filesystems/ |
| H A D | proc.rst | 741 isapnp ISA PnP (Plug&Play) Info (2.4)
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 2756 isapnp= [ISAPNP]
|