Searched refs:probe_only (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_loongson.c | 71 static int probe_only[SNDRV_CARDS]; variable 90 module_param_array(probe_only, int, NULL, 0444); 91 MODULE_PARM_DESC(probe_only, "Only probing and no codec initialization."); 658 azx_init_chip(chip, (probe_only[dev] & 2) == 0); in azx_first_init() 705 if ((probe_only[dev] & 1) == 0) { in azx_probe_continue()
|
H A D | hda_intel.c | 117 static int probe_only[SNDRV_CARDS]; variable 145 module_param_array(probe_only, int, NULL, 0444); 146 MODULE_PARM_DESC(probe_only, "Only probing and no codec initialization."); 2062 hda_intel_init_chip(chip, (probe_only[dev] & 2) == 0); in azx_first_init() 2388 if (bus->codec_mask && !(probe_only[dev] & 1)) { in azx_probe_continue()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_intel.c | 111 static int probe_only[SNDRV_CARDS]; variable 140 module_param_array(probe_only, int, NULL, 0444); 141 MODULE_PARM_DESC(probe_only, "Only probing and no codec initialization."); 2015 hda_intel_init_chip(chip, (probe_only[dev] & 2) == 0); in azx_first_init() 2332 if (bus->codec_mask && !(probe_only[dev] & 1)) { in azx_probe_continue()
|
Completed in 8 milliseconds