Searched refs:__quirk (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A 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); \
|
| /OK3568_Linux_fs/kernel/arch/x86/events/ |
| H A D | perf_event.h | 859 static struct x86_pmu_quirk __quirk __initdata = { \ 862 __quirk.next = x86_pmu.quirks; \ 863 x86_pmu.quirks = &__quirk; \
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | thinkpad_acpi.c | 448 #define TPACPI_Q_IBM(__id1, __id2, __quirk) \ argument 452 .quirks = (__quirk) } 454 #define TPACPI_Q_LNV(__id1, __id2, __quirk) \ argument 458 .quirks = (__quirk) } 460 #define TPACPI_Q_LNV3(__id1, __id2, __id3, __quirk) \ argument 464 .quirks = (__quirk) } 466 #define TPACPI_QEC_IBM(__id1, __id2, __quirk) \ argument 470 .quirks = (__quirk) } 472 #define TPACPI_QEC_LNV(__id1, __id2, __quirk) \ argument 476 .quirks = (__quirk) }
|