Searched refs:apply_quirk (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/x86/events/intel/ |
D | rapl.c | 623 static int rapl_check_hw_unit(bool apply_quirk) in rapl_check_hw_unit() argument 640 if (apply_quirk) in rapl_check_hw_unit() 709 bool apply_quirk; member 715 .apply_quirk = false, 721 .apply_quirk = true, 727 .apply_quirk = false, 733 .apply_quirk = false, 739 .apply_quirk = true, 745 .apply_quirk = false, 792 bool apply_quirk; in rapl_pmu_init() local [all …]
|
/Linux-v4.19/sound/pci/ac97/ |
D | ac97_codec.c | 2864 static int apply_quirk(struct snd_ac97 *ac97, int type) in apply_quirk() function 2884 return apply_quirk(ac97, i); in apply_quirk_str() 2888 return apply_quirk(ac97, (int)simple_strtoul(typestr, NULL, 10)); in apply_quirk_str() 2932 result = apply_quirk(ac97, quirk->type); in snd_ac97_tune_hardware()
|