Symbol: ACPI_ACTIVE_LOW
arch/arm/xen/enlighten.c
299
polarity = ((a.value >> 8) & 0x2) ? ACPI_ACTIVE_LOW
arch/x86/kernel/acpi/boot.c
654
polarity = polarity ? ACPI_ACTIVE_LOW : ACPI_ACTIVE_HIGH;
drivers/acpi/arm64/gtdt.c
85
polarity = (flags & ACPI_GTDT_INTERRUPT_POLARITY) ? ACPI_ACTIVE_LOW
drivers/acpi/pci_irq.c
355
ACPI_ACTIVE_LOW);
drivers/acpi/pci_irq.c
400
ACPI_ACTIVE_HIGH : ACPI_ACTIVE_LOW;
drivers/acpi/pci_irq.c
475
str_low_high(polarity == ACPI_ACTIVE_LOW), dev->irq);
drivers/acpi/resource.c
347
flags = polarity == ACPI_ACTIVE_LOW ?
drivers/acpi/resource.c
350
flags = polarity == ACPI_ACTIVE_LOW ?
drivers/acpi/resource.c
371
case ACPI_ACTIVE_LOW:
drivers/acpi/resource.c
714
{ irq1_level_low_skip_override, 1, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_LOW, 0, false },
drivers/acpi/resource.c
715
{ irq1_level_low_skip_override, 10, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_LOW, 1, false },
drivers/acpi/resource.c
716
{ irq1_level_low_skip_override, 11, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_LOW, 1, false },
drivers/acpi/resource.c
717
{ irq1_edge_low_force_override, 1, ACPI_EDGE_SENSITIVE, ACPI_ACTIVE_LOW, 1, true },
drivers/acpi/resource.c
786
u8 pol = p ? ACPI_ACTIVE_LOW : ACPI_ACTIVE_HIGH;
drivers/bluetooth/hci_bcm.c
967
if (irq->polarity != ACPI_ACTIVE_LOW)
drivers/bluetooth/hci_bcm.c
976
dev->irq_active_low = gpio->polarity == ACPI_ACTIVE_LOW;
drivers/char/hpet.c
205
ACPI_ACTIVE_LOW);
drivers/gpio/gpiolib-acpi-core.c
421
case ACPI_ACTIVE_LOW:
drivers/mailbox/pcc.c
229
polarity = (flags & ACPI_PCCT_INTERRUPT_POLARITY) ? ACPI_ACTIVE_LOW
drivers/mfd/ls2k-bmc-core.c
411
ACPI_ACTIVE_LOW);
drivers/platform/x86/x86-android-tablets/acer.c
219
.polarity = ACPI_ACTIVE_LOW,
drivers/platform/x86/x86-android-tablets/acer.c
58
.polarity = ACPI_ACTIVE_LOW,
drivers/platform/x86/x86-android-tablets/asus.c
156
.polarity = ACPI_ACTIVE_LOW,
drivers/platform/x86/x86-android-tablets/asus.c
171
.polarity = ACPI_ACTIVE_LOW,
drivers/platform/x86/x86-android-tablets/asus.c
304
.polarity = ACPI_ACTIVE_LOW,
drivers/platform/x86/x86-android-tablets/lenovo.c
1024
.polarity = ACPI_ACTIVE_LOW,
drivers/platform/x86/x86-android-tablets/lenovo.c
141
.polarity = ACPI_ACTIVE_LOW,
drivers/platform/x86/x86-android-tablets/lenovo.c
159
.polarity = ACPI_ACTIVE_LOW,
drivers/platform/x86/x86-android-tablets/lenovo.c
185
.polarity = ACPI_ACTIVE_LOW,
drivers/platform/x86/x86-android-tablets/lenovo.c
723
.polarity = ACPI_ACTIVE_LOW,
drivers/platform/x86/x86-android-tablets/lenovo.c
885
.polarity = ACPI_ACTIVE_LOW,
drivers/platform/x86/x86-android-tablets/lenovo.c
911
.polarity = ACPI_ACTIVE_LOW,
drivers/platform/x86/x86-android-tablets/other.c
287
.polarity = ACPI_ACTIVE_LOW,
drivers/platform/x86/x86-android-tablets/other.c
348
.polarity = ACPI_ACTIVE_LOW,
drivers/platform/x86/x86-android-tablets/other.c
413
.polarity = ACPI_ACTIVE_LOW,
drivers/pnp/pnpacpi/rsparser.c
25
*polarity = ACPI_ACTIVE_LOW;
drivers/pnp/pnpacpi/rsparser.c
33
*polarity = ACPI_ACTIVE_LOW;
drivers/pnp/pnpacpi/rsparser.c
683
polarity == ACPI_ACTIVE_LOW ? "low" : "high",
drivers/pnp/pnpacpi/rsparser.c
712
polarity == ACPI_ACTIVE_LOW ? "low" : "high",
drivers/thermal/intel/intel_soc_dts_thermal.c
69
ACPI_ACTIVE_LOW);
drivers/xen/acpi.c
97
ACPI_ACTIVE_HIGH : ACPI_ACTIVE_LOW;