Searched refs:__quirk (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/net/bluetooth/ |
D | hci_debugfs.c | 32 #define DEFINE_QUIRK_ATTRIBUTE(__name, __quirk) \ argument 40 buf[0] = test_bit(__quirk, &hdev->quirks) ? 'Y' : 'N'; \ 61 if (enable == test_bit(__quirk, &hdev->quirks)) \ 64 change_bit(__quirk, &hdev->quirks); \
|
/Linux-v5.15/arch/x86/events/ |
D | perf_event.h | 959 static struct x86_pmu_quirk __quirk __initdata = { \ 962 __quirk.next = x86_pmu.quirks; \ 963 x86_pmu.quirks = &__quirk; \
|
/Linux-v5.15/drivers/platform/x86/ |
D | thinkpad_acpi.c | 456 #define TPACPI_Q_IBM(__id1, __id2, __quirk) \ argument 460 .quirks = (__quirk) } 462 #define TPACPI_Q_LNV(__id1, __id2, __quirk) \ argument 466 .quirks = (__quirk) } 468 #define TPACPI_Q_LNV3(__id1, __id2, __id3, __quirk) \ argument 472 .quirks = (__quirk) } 474 #define TPACPI_QEC_IBM(__id1, __id2, __quirk) \ argument 478 .quirks = (__quirk) } 480 #define TPACPI_QEC_LNV(__id1, __id2, __quirk) \ argument 484 .quirks = (__quirk) }
|