Symbol: ACPI_ACTIVE_HIGH
arch/arm/xen/enlighten.c
300
: ACPI_ACTIVE_HIGH;
arch/x86/kernel/acpi/boot.c
428
(polarity == ACPI_ACTIVE_HIGH ? 1 : 3);
arch/x86/kernel/acpi/boot.c
654
polarity = polarity ? ACPI_ACTIVE_LOW : ACPI_ACTIVE_HIGH;
arch/x86/kernel/acpi/boot.c
700
polarity = polarity == ACPI_ACTIVE_HIGH ? 0 : 1;
arch/x86/pci/xen.c
133
setup_gsi.polarity = (polarity == ACPI_ACTIVE_HIGH ? 0 : 1);
arch/x86/xen/enlighten_pvh.c
42
setup_gsi.polarity = (polarity == ACPI_ACTIVE_HIGH ? 0 : 1);
drivers/acpi/acpica/rsirq.c
139
ACPI_ACTIVE_HIGH},
drivers/acpi/arm64/agdi.c
74
irq = acpi_register_gsi(NULL, adata->gsiv, ACPI_EDGE_SENSITIVE, ACPI_ACTIVE_HIGH);
drivers/acpi/arm64/apmt.c
51
ACPI_ACTIVE_HIGH);
drivers/acpi/arm64/gtdt.c
86
: ACPI_ACTIVE_HIGH;
drivers/acpi/arm64/iort.c
1564
ACPI_ACTIVE_HIGH);
drivers/acpi/arm64/mpam.c
71
irq = acpi_register_gsi(&pdev->dev, intid, trigger, ACPI_ACTIVE_HIGH);
drivers/acpi/pci_irq.c
400
ACPI_ACTIVE_HIGH : ACPI_ACTIVE_LOW;
drivers/acpi/resource.c
375
case ACPI_ACTIVE_HIGH:
drivers/acpi/resource.c
786
u8 pol = p ? ACPI_ACTIVE_LOW : ACPI_ACTIVE_HIGH;
drivers/clocksource/hyperv_timer.c
222
ACPI_EDGE_SENSITIVE, ACPI_ACTIVE_HIGH);
drivers/firmware/arm_ffa/driver.c
1861
ACPI_ACTIVE_HIGH);
drivers/gpio/gpiolib-acpi-core.c
412
if (agpio->polarity == ACPI_ACTIVE_HIGH)
drivers/gpio/gpiolib-acpi-core.c
418
case ACPI_ACTIVE_HIGH:
drivers/hv/mshv_synic.c
703
ACPI_ACTIVE_HIGH);
drivers/irqchip/irq-gic-v3.c
2510
ACPI_ACTIVE_HIGH);
drivers/irqchip/irq-gic.c
1620
ACPI_ACTIVE_HIGH);
drivers/irqchip/irq-loongarch-cpu.c
27
irq = acpi_register_gsi(NULL, gsi, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_HIGH);
drivers/mailbox/pcc.c
230
: ACPI_ACTIVE_HIGH;
drivers/perf/arm_pmu_acpi.c
114
irq = acpi_register_gsi(NULL, gsi, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_HIGH);
drivers/perf/arm_pmu_acpi.c
57
return acpi_register_gsi(NULL, gsi, trigger, ACPI_ACTIVE_HIGH);
drivers/platform/x86/x86-android-tablets/acer.c
235
.polarity = ACPI_ACTIVE_HIGH,
drivers/platform/x86/x86-android-tablets/acer.c
73
.polarity = ACPI_ACTIVE_HIGH,
drivers/platform/x86/x86-android-tablets/acer.c
88
.polarity = ACPI_ACTIVE_HIGH,
drivers/platform/x86/x86-android-tablets/lenovo.c
363
.polarity = ACPI_ACTIVE_HIGH,
drivers/platform/x86/x86-android-tablets/lenovo.c
388
.polarity = ACPI_ACTIVE_HIGH,
drivers/platform/x86/x86-android-tablets/lenovo.c
697
.polarity = ACPI_ACTIVE_HIGH,
drivers/platform/x86/x86-android-tablets/lenovo.c
756
.polarity = ACPI_ACTIVE_HIGH,
drivers/platform/x86/x86-android-tablets/other.c
105
.polarity = ACPI_ACTIVE_HIGH,
drivers/platform/x86/x86-android-tablets/other.c
120
.polarity = ACPI_ACTIVE_HIGH,
drivers/platform/x86/x86-android-tablets/other.c
271
.polarity = ACPI_ACTIVE_HIGH,
drivers/platform/x86/x86-android-tablets/other.c
507
.polarity = ACPI_ACTIVE_HIGH,
drivers/platform/x86/x86-android-tablets/other.c
564
.polarity = ACPI_ACTIVE_HIGH,
drivers/platform/x86/x86-android-tablets/other.c
648
.polarity = ACPI_ACTIVE_HIGH,
drivers/platform/x86/x86-android-tablets/other.c
673
.polarity = ACPI_ACTIVE_HIGH,
drivers/platform/x86/x86-android-tablets/other.c
688
.polarity = ACPI_ACTIVE_HIGH,
drivers/pnp/pnpacpi/rsparser.c
29
*polarity = ACPI_ACTIVE_HIGH;
drivers/pnp/pnpacpi/rsparser.c
37
*polarity = ACPI_ACTIVE_HIGH;
drivers/pnp/pnpacpi/rsparser.c
43
*polarity = ACPI_ACTIVE_HIGH;
drivers/xen/acpi.c
97
ACPI_ACTIVE_HIGH : ACPI_ACTIVE_LOW;