/openbmc/linux/drivers/acpi/ |
H A D | resource.c | 346 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 D | pci_irq.c | 354 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 D | lenovo.c | 97 .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 D | asus.c | 127 .polarity = ACPI_ACTIVE_LOW, 141 .polarity = ACPI_ACTIVE_LOW, 305 .polarity = ACPI_ACTIVE_LOW,
|
H A D | other.c | 49 .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 D | intel_soc_dts_thermal.c | 69 ACPI_ACTIVE_LOW); in intel_soc_thermal_init()
|
/openbmc/linux/drivers/pnp/pnpacpi/ |
H A D | rsparser.c | 25 *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 D | gtdt.c | 79 polarity = (flags & ACPI_GTDT_INTERRUPT_POLARITY) ? ACPI_ACTIVE_LOW in map_gt_gsi()
|
/openbmc/linux/arch/arm/xen/ |
H A D | enlighten.c | 299 polarity = ((a.value >> 8) & 0x2) ? ACPI_ACTIVE_LOW in xen_acpi_guest_init()
|
/openbmc/linux/include/acpi/ |
H A D | acrestyp.h | 64 #define ACPI_ACTIVE_LOW (u8) 0x01 macro
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_bcm.c | 971 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 D | acpi.c | 569 ACPI_ACTIVE_LOW); in acpi_parse_fadt()
|
/openbmc/linux/drivers/mailbox/ |
H A D | pcc.c | 231 polarity = (flags & ACPI_PCCT_INTERRUPT_POLARITY) ? ACPI_ACTIVE_LOW in pcc_map_interrupt()
|
/openbmc/linux/drivers/char/ |
H A D | hpet.c | 224 ACPI_ACTIVE_LOW); in hpet_timer_set_irq()
|
/openbmc/linux/arch/x86/kernel/acpi/ |
H A D | boot.c | 706 polarity = polarity ? ACPI_ACTIVE_LOW : ACPI_ACTIVE_HIGH; in acpi_gsi_to_irq()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib-acpi.c | 501 case ACPI_ACTIVE_LOW: in acpi_gpiochip_alloc_event()
|