Home
last modified time | relevance | path

Searched refs:ACPI_ACTIVE_LOW (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/acpi/
H A Dresource.c346 flags = polarity == ACPI_ACTIVE_LOW ? in acpi_dev_irq_flags()
349 flags = polarity == ACPI_ACTIVE_LOW ? in acpi_dev_irq_flags()
370 case ACPI_ACTIVE_LOW: in acpi_dev_get_irq_type()
667 { medion_laptop, 1, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_LOW, 0, false },
668 { asus_laptop, 1, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_LOW, 0, false },
669 { tongfang_gm_rg, 1, ACPI_EDGE_SENSITIVE, ACPI_ACTIVE_LOW, 1, true },
670 { maingear_laptop, 1, ACPI_EDGE_SENSITIVE, ACPI_ACTIVE_LOW, 1, true },
671 { pcspecialist_laptop, 1, ACPI_EDGE_SENSITIVE, ACPI_ACTIVE_LOW, 1, true },
672 { lg_laptop, 1, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_LOW, 0, false },
741 u8 pol = p ? ACPI_ACTIVE_LOW : ACPI_ACTIVE_HIGH; in acpi_dev_get_irqresource()
H A Dpci_irq.c354 ACPI_ACTIVE_LOW); in acpi_isa_register_gsi()
399 ACPI_ACTIVE_HIGH : ACPI_ACTIVE_LOW; in acpi_pci_irq_enable()
471 (polarity == ACPI_ACTIVE_LOW) ? "low" : "high", dev->irq); in acpi_pci_irq_enable()
/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A Dlenovo.c97 .polarity = ACPI_ACTIVE_LOW,
113 .polarity = ACPI_ACTIVE_LOW,
138 .polarity = ACPI_ACTIVE_LOW,
617 .polarity = ACPI_ACTIVE_LOW,
642 .polarity = ACPI_ACTIVE_LOW,
H A Dasus.c127 .polarity = ACPI_ACTIVE_LOW,
141 .polarity = ACPI_ACTIVE_LOW,
305 .polarity = ACPI_ACTIVE_LOW,
H A Dother.c49 .polarity = ACPI_ACTIVE_LOW,
329 .polarity = ACPI_ACTIVE_LOW,
404 .polarity = ACPI_ACTIVE_LOW,
462 .polarity = ACPI_ACTIVE_LOW,
/openbmc/linux/drivers/thermal/intel/
H A Dintel_soc_dts_thermal.c69 ACPI_ACTIVE_LOW); in intel_soc_thermal_init()
/openbmc/linux/drivers/pnp/pnpacpi/
H A Drsparser.c25 *polarity = ACPI_ACTIVE_LOW; in decode_irq_flags()
33 *polarity = ACPI_ACTIVE_LOW; in decode_irq_flags()
683 polarity == ACPI_ACTIVE_LOW ? "low" : "high", in pnpacpi_encode_irq()
712 polarity == ACPI_ACTIVE_LOW ? "low" : "high", in pnpacpi_encode_ext_irq()
/openbmc/linux/drivers/acpi/arm64/
H A Dgtdt.c79 polarity = (flags & ACPI_GTDT_INTERRUPT_POLARITY) ? ACPI_ACTIVE_LOW in map_gt_gsi()
/openbmc/linux/arch/arm/xen/
H A Denlighten.c299 polarity = ((a.value >> 8) & 0x2) ? ACPI_ACTIVE_LOW in xen_acpi_guest_init()
/openbmc/linux/include/acpi/
H A Dacrestyp.h64 #define ACPI_ACTIVE_LOW (u8) 0x01 macro
/openbmc/linux/drivers/bluetooth/
H A Dhci_bcm.c971 if (irq->polarity != ACPI_ACTIVE_LOW) in bcm_resource()
980 dev->irq_active_low = gpio->polarity == ACPI_ACTIVE_LOW; in bcm_resource()
/openbmc/linux/arch/ia64/kernel/
H A Dacpi.c569 ACPI_ACTIVE_LOW); in acpi_parse_fadt()
/openbmc/linux/drivers/mailbox/
H A Dpcc.c231 polarity = (flags & ACPI_PCCT_INTERRUPT_POLARITY) ? ACPI_ACTIVE_LOW in pcc_map_interrupt()
/openbmc/linux/drivers/char/
H A Dhpet.c224 ACPI_ACTIVE_LOW); in hpet_timer_set_irq()
/openbmc/linux/arch/x86/kernel/acpi/
H A Dboot.c706 polarity = polarity ? ACPI_ACTIVE_LOW : ACPI_ACTIVE_HIGH; in acpi_gsi_to_irq()
/openbmc/linux/drivers/gpio/
H A Dgpiolib-acpi.c501 case ACPI_ACTIVE_LOW: in acpi_gpiochip_alloc_event()