Searched refs:__quirk (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/net/bluetooth/ |
D | hci_debugfs.c | 33 #define DEFINE_QUIRK_ATTRIBUTE(__name, __quirk) \ argument 41 buf[0] = test_bit(__quirk, &hdev->quirks) ? 'Y' : 'N'; \ 62 if (enable == test_bit(__quirk, &hdev->quirks)) \ 65 change_bit(__quirk, &hdev->quirks); \
|
/Linux-v6.1/arch/x86/events/ |
D | perf_event.h | 984 static struct x86_pmu_quirk __quirk __initdata = { \ 987 __quirk.next = x86_pmu.quirks; \ 988 x86_pmu.quirks = &__quirk; \
|
/Linux-v6.1/drivers/platform/x86/ |
D | thinkpad_acpi.c | 477 #define TPACPI_Q_IBM(__id1, __id2, __quirk) \ argument 481 .quirks = (__quirk) } 483 #define TPACPI_Q_LNV(__id1, __id2, __quirk) \ argument 487 .quirks = (__quirk) } 489 #define TPACPI_Q_LNV3(__id1, __id2, __id3, __quirk) \ argument 493 .quirks = (__quirk) } 495 #define TPACPI_QEC_IBM(__id1, __id2, __quirk) \ argument 499 .quirks = (__quirk) } 501 #define TPACPI_QEC_LNV(__id1, __id2, __quirk) \ argument 505 .quirks = (__quirk) }
|