Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/acpi/
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()
577 { medion_laptop, 1, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_LOW, 0, false },
578 { asus_laptop, 1, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_LOW, 0, false },
579 { tongfang_gm_rg, 1, ACPI_EDGE_SENSITIVE, ACPI_ACTIVE_LOW, 1, true },
580 { maingear_laptop, 1, ACPI_EDGE_SENSITIVE, ACPI_ACTIVE_LOW, 1, true },
581 { pcspecialist_laptop, 1, ACPI_EDGE_SENSITIVE, ACPI_ACTIVE_LOW, 1, true },
582 { lg_laptop, 1, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_LOW, 0, false },
651 u8 pol = p ? ACPI_ACTIVE_LOW : ACPI_ACTIVE_HIGH; in acpi_dev_get_irqresource()
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()
/linux-6.6.21/drivers/platform/x86/x86-android-tablets/
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,
Dasus.c127 .polarity = ACPI_ACTIVE_LOW,
141 .polarity = ACPI_ACTIVE_LOW,
305 .polarity = ACPI_ACTIVE_LOW,
Dother.c49 .polarity = ACPI_ACTIVE_LOW,
329 .polarity = ACPI_ACTIVE_LOW,
404 .polarity = ACPI_ACTIVE_LOW,
462 .polarity = ACPI_ACTIVE_LOW,
/linux-6.6.21/drivers/thermal/intel/
Dintel_soc_dts_thermal.c69 ACPI_ACTIVE_LOW); in intel_soc_thermal_init()
/linux-6.6.21/drivers/pnp/pnpacpi/
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()
/linux-6.6.21/drivers/acpi/arm64/
Dgtdt.c79 polarity = (flags & ACPI_GTDT_INTERRUPT_POLARITY) ? ACPI_ACTIVE_LOW in map_gt_gsi()
/linux-6.6.21/arch/arm/xen/
Denlighten.c299 polarity = ((a.value >> 8) & 0x2) ? ACPI_ACTIVE_LOW in xen_acpi_guest_init()
/linux-6.6.21/include/acpi/
Dacrestyp.h64 #define ACPI_ACTIVE_LOW (u8) 0x01 macro
/linux-6.6.21/drivers/mailbox/
Dpcc.c218 polarity = (flags & ACPI_PCCT_INTERRUPT_POLARITY) ? ACPI_ACTIVE_LOW in pcc_map_interrupt()
/linux-6.6.21/drivers/bluetooth/
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()
/linux-6.6.21/arch/ia64/kernel/
Dacpi.c569 ACPI_ACTIVE_LOW); in acpi_parse_fadt()
/linux-6.6.21/drivers/char/
Dhpet.c224 ACPI_ACTIVE_LOW); in hpet_timer_set_irq()
/linux-6.6.21/arch/x86/kernel/acpi/
Dboot.c706 polarity = polarity ? ACPI_ACTIVE_LOW : ACPI_ACTIVE_HIGH; in acpi_gsi_to_irq()
/linux-6.6.21/drivers/gpio/
Dgpiolib-acpi.c484 case ACPI_ACTIVE_LOW: in acpi_gpiochip_alloc_event()