Searched refs:ACPI_ACTIVE_HIGH (Results 1 - 21 of 21) sorted by relevance

/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dother.c69 .polarity = ACPI_ACTIVE_HIGH,
167 .polarity = ACPI_ACTIVE_HIGH,
182 .polarity = ACPI_ACTIVE_HIGH,
321 .polarity = ACPI_ACTIVE_HIGH,
566 .polarity = ACPI_ACTIVE_HIGH,
H A Dlenovo.c348 .polarity = ACPI_ACTIVE_HIGH,
373 .polarity = ACPI_ACTIVE_HIGH,
657 .polarity = ACPI_ACTIVE_HIGH,
716 .polarity = ACPI_ACTIVE_HIGH,
/linux-master/drivers/irqchip/
H A Dirq-loongarch-cpu.c23 return acpi_register_gsi(NULL, gsi, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_HIGH);
H A Dirq-gic.c1618 ACPI_ACTIVE_HIGH);
H A Dirq-gic-v3.c2540 ACPI_ACTIVE_HIGH);
/linux-master/drivers/acpi/arm64/
H A Dapmt.c51 ACPI_ACTIVE_HIGH);
H A Dgtdt.c80 : ACPI_ACTIVE_HIGH;
H A Diort.c1437 ACPI_ACTIVE_HIGH);
/linux-master/drivers/perf/
H A Darm_pmu_acpi.c52 * Here we pass in ACPI_ACTIVE_HIGH to keep the core code happy. This
57 return acpi_register_gsi(NULL, gsi, trigger, ACPI_ACTIVE_HIGH);
114 irq = acpi_register_gsi(NULL, gsi, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_HIGH);
/linux-master/drivers/acpi/acpica/
H A Drsirq.c131 * ACPI_EDGE_SENSITIVE, ACPI_ACTIVE_HIGH, ACPI_EXCLUSIVE
139 ACPI_ACTIVE_HIGH},
/linux-master/drivers/acpi/
H A Dresource.c374 case ACPI_ACTIVE_HIGH:
741 u8 pol = p ? ACPI_ACTIVE_LOW : ACPI_ACTIVE_HIGH;
H A Dpci_irq.c399 ACPI_ACTIVE_HIGH : ACPI_ACTIVE_LOW;
/linux-master/drivers/clocksource/
H A Dhyperv_timer.c206 ACPI_EDGE_SENSITIVE, ACPI_ACTIVE_HIGH);
/linux-master/drivers/pnp/pnpacpi/
H A Drsparser.c29 *polarity = ACPI_ACTIVE_HIGH;
37 *polarity = ACPI_ACTIVE_HIGH;
43 *polarity = ACPI_ACTIVE_HIGH;
/linux-master/arch/x86/kernel/acpi/
H A Dboot.c461 (polarity == ACPI_ACTIVE_HIGH ? 1 : 3);
687 polarity = polarity ? ACPI_ACTIVE_LOW : ACPI_ACTIVE_HIGH;
733 polarity = polarity == ACPI_ACTIVE_HIGH ? 0 : 1;
/linux-master/include/acpi/
H A Dacrestyp.h63 #define ACPI_ACTIVE_HIGH (u8) 0x00 macro
/linux-master/arch/x86/pci/
H A Dxen.c133 setup_gsi.polarity = (polarity == ACPI_ACTIVE_HIGH ? 0 : 1);
/linux-master/arch/arm/xen/
H A Denlighten.c300 : ACPI_ACTIVE_HIGH;
/linux-master/drivers/mailbox/
H A Dpcc.c232 : ACPI_ACTIVE_HIGH;
/linux-master/drivers/gpio/
H A Dgpiolib-acpi.c451 if (agpio->polarity == ACPI_ACTIVE_HIGH)
457 case ACPI_ACTIVE_HIGH:
769 * - ACPI_ACTIVE_HIGH == GPIO_ACTIVE_HIGH
/linux-master/drivers/firmware/arm_ffa/
H A Ddriver.c1405 ACPI_ACTIVE_HIGH);

Completed in 284 milliseconds