Searched refs:__quirk (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/x86/events/ |
D | perf_event.h | 662 static struct x86_pmu_quirk __quirk __initdata = { \ 665 __quirk.next = x86_pmu.quirks; \ 666 x86_pmu.quirks = &__quirk; \
|
/Linux-v4.19/net/bluetooth/ |
D | hci_debugfs.c | 31 #define DEFINE_QUIRK_ATTRIBUTE(__name, __quirk) \ argument 39 buf[0] = test_bit(__quirk, &hdev->quirks) ? 'Y' : 'N'; \ 60 if (enable == test_bit(__quirk, &hdev->quirks)) \ 63 change_bit(__quirk, &hdev->quirks); \
|
/Linux-v4.19/drivers/platform/x86/ |
D | thinkpad_acpi.c | 463 #define TPACPI_Q_IBM(__id1, __id2, __quirk) \ argument 467 .quirks = (__quirk) } 469 #define TPACPI_Q_LNV(__id1, __id2, __quirk) \ argument 473 .quirks = (__quirk) } 475 #define TPACPI_Q_LNV3(__id1, __id2, __id3, __quirk) \ argument 479 .quirks = (__quirk) } 481 #define TPACPI_QEC_LNV(__id1, __id2, __quirk) \ argument 485 .quirks = (__quirk) }
|