Searched refs:__quirk (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/net/bluetooth/ |
D | hci_debugfs.c | 34 #define DEFINE_QUIRK_ATTRIBUTE(__name, __quirk) \ argument 42 buf[0] = test_bit(__quirk, &hdev->quirks) ? 'Y' : 'N'; \ 63 if (enable == test_bit(__quirk, &hdev->quirks)) \ 66 change_bit(__quirk, &hdev->quirks); \
|
/Linux-v6.6/arch/x86/events/ |
D | perf_event.h | 988 static struct x86_pmu_quirk __quirk __initdata = { \ 991 __quirk.next = x86_pmu.quirks; \ 992 x86_pmu.quirks = &__quirk; \
|
/Linux-v6.6/drivers/platform/x86/ |
D | thinkpad_acpi.c | 470 #define TPACPI_Q_IBM(__id1, __id2, __quirk) \ argument 474 .quirks = (__quirk) } 476 #define TPACPI_Q_LNV(__id1, __id2, __quirk) \ argument 480 .quirks = (__quirk) } 482 #define TPACPI_Q_LNV3(__id1, __id2, __id3, __quirk) \ argument 486 .quirks = (__quirk) } 488 #define TPACPI_QEC_IBM(__id1, __id2, __quirk) \ argument 492 .quirks = (__quirk) } 494 #define TPACPI_QEC_LNV(__id1, __id2, __quirk) \ argument 498 .quirks = (__quirk) }
|