Searched refs:apply_quirk (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/arch/x86/events/intel/ |
D | rapl.c | 132 bool apply_quirk; member 578 static int rapl_check_hw_unit(bool apply_quirk) in rapl_check_hw_unit() argument 595 if (apply_quirk) in rapl_check_hw_unit() 678 .apply_quirk = false, 685 .apply_quirk = false, 693 .apply_quirk = false, 700 .apply_quirk = true, 706 .apply_quirk = true, 715 .apply_quirk = false, 763 ret = rapl_check_hw_unit(rm->apply_quirk); in rapl_pmu_init()
|
/Linux-v5.4/sound/pci/ac97/ |
D | ac97_codec.c | 2844 static int apply_quirk(struct snd_ac97 *ac97, int type) in apply_quirk() function 2864 return apply_quirk(ac97, i); in apply_quirk_str() 2868 return apply_quirk(ac97, (int)simple_strtoul(typestr, NULL, 10)); in apply_quirk_str() 2912 result = apply_quirk(ac97, quirk->type); in snd_ac97_tune_hardware()
|