Searched refs:__quirk (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_rapl.c | 146 static struct x86_pmu_quirk __quirk __initdata = { \ 149 __quirk.next = rapl_quirks; \ 150 rapl_quirks = &__quirk; \
|
D | perf_event.h | 638 static struct x86_pmu_quirk __quirk __initdata = { \ 641 __quirk.next = x86_pmu.quirks; \ 642 x86_pmu.quirks = &__quirk; \
|
/linux-4.4.14/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.4.14/drivers/platform/x86/ |
D | thinkpad_acpi.c | 438 #define TPACPI_Q_IBM(__id1, __id2, __quirk) \ argument 442 .quirks = (__quirk) } 444 #define TPACPI_Q_LNV(__id1, __id2, __quirk) \ argument 448 .quirks = (__quirk) } 450 #define TPACPI_QEC_LNV(__id1, __id2, __quirk) \ argument 454 .quirks = (__quirk) }
|