Symbol: INTR_TRIGGER_CONFORM
sys/dev/acpica/acpi_resource.c
596
INTR_TRIGGER_CONFORM, INTR_POLARITY_CONFORM) < 0)
sys/kern/subr_bus.c
3953
case INTR_TRIGGER_CONFORM:
sys/platform/pc64/acpica/acpi_fadt.c
138
trig = INTR_TRIGGER_CONFORM;
sys/platform/pc64/acpica/acpi_fadt.c
146
if (trig == INTR_TRIGGER_CONFORM)
sys/platform/pc64/acpica/acpi_fadt.c
227
INTR_TRIGGER_CONFORM, INTR_POLARITY_CONFORM) < 0) {
sys/platform/pc64/acpica/acpi_fadt.c
237
if (acpi_sci_trig != INTR_TRIGGER_CONFORM) {
sys/platform/pc64/acpica/acpi_fadt.c
249
for (mode = acpi_sci_modes; mode->sci_trig != INTR_TRIGGER_CONFORM;
sys/platform/pc64/acpica/acpi_fadt.c
292
for (mode = acpi_sci_modes; mode->sci_trig != INTR_TRIGGER_CONFORM;
sys/platform/pc64/acpica/acpi_fadt.c
59
static enum intr_trigger acpi_sci_trig = INTR_TRIGGER_CONFORM;
sys/platform/pc64/acpica/acpi_fadt.c
73
{ INTR_TRIGGER_CONFORM, INTR_POLARITY_CONFORM }
sys/platform/pc64/apic/ioapic.c
450
INTR_TRIGGER_CONFORM, INTR_POLARITY_CONFORM, IOART_DELEXINT, 0);
sys/platform/pc64/apic/ioapic.c
506
KKASSERT(trig == INTR_TRIGGER_CONFORM &&
sys/platform/pc64/apic/ioapic.c
519
case INTR_TRIGGER_CONFORM:
sys/platform/pc64/apic/ioapic_abi.c
916
if (trig == INTR_TRIGGER_CONFORM) {
sys/platform/pc64/apic/ioapic_abi.c
937
trig != INTR_TRIGGER_CONFORM &&
sys/platform/pc64/apic/ioapic_abi.c
957
if (trig == INTR_TRIGGER_CONFORM) {
sys/platform/pc64/apic/ioapic_abi.c
975
trig != INTR_TRIGGER_CONFORM &&
sys/platform/pc64/icu/icu_abi.c
654
if (trig == INTR_TRIGGER_CONFORM) {
sys/platform/pc64/icu/icu_abi.c
670
trig != INTR_TRIGGER_CONFORM) {