Searched refs:__quirk (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_rapl.c | 148 static struct x86_pmu_quirk __quirk __initdata = { \ 151 __quirk.next = rapl_quirks; \ 152 rapl_quirks = &__quirk; \
|
D | perf_event.h | 620 static struct x86_pmu_quirk __quirk __initdata = { \ 623 __quirk.next = x86_pmu.quirks; \ 624 x86_pmu.quirks = &__quirk; \
|
/linux-4.1.27/net/bluetooth/ |
D | hci_debugfs.c | 31 #define DEFINE_QUIRK_ATTRIBUTE(__name, __quirk) \ argument 39 buf[0] = test_bit(__quirk, &hdev->quirks) ? 'Y' : 'N'; \ 64 if (enable == test_bit(__quirk, &hdev->quirks)) \ 67 change_bit(__quirk, &hdev->quirks); \
|
/linux-4.1.27/drivers/platform/x86/ |
D | thinkpad_acpi.c | 437 #define TPACPI_Q_IBM(__id1, __id2, __quirk) \ argument 441 .quirks = (__quirk) } 443 #define TPACPI_Q_LNV(__id1, __id2, __quirk) \ argument 447 .quirks = (__quirk) } 449 #define TPACPI_QEC_LNV(__id1, __id2, __quirk) \ argument 453 .quirks = (__quirk) }
|