Searched refs:ACPI_ACTIVE_LOW (Results 1 – 16 of 16) sorted by relevance
/linux-6.6.21/drivers/acpi/ |
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() 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()
|
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()
|
/linux-6.6.21/drivers/platform/x86/x86-android-tablets/ |
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,
|
D | asus.c | 127 .polarity = ACPI_ACTIVE_LOW, 141 .polarity = ACPI_ACTIVE_LOW, 305 .polarity = ACPI_ACTIVE_LOW,
|
D | other.c | 49 .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/ |
D | intel_soc_dts_thermal.c | 69 ACPI_ACTIVE_LOW); in intel_soc_thermal_init()
|
/linux-6.6.21/drivers/pnp/pnpacpi/ |
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()
|
/linux-6.6.21/drivers/acpi/arm64/ |
D | gtdt.c | 79 polarity = (flags & ACPI_GTDT_INTERRUPT_POLARITY) ? ACPI_ACTIVE_LOW in map_gt_gsi()
|
/linux-6.6.21/arch/arm/xen/ |
D | enlighten.c | 299 polarity = ((a.value >> 8) & 0x2) ? ACPI_ACTIVE_LOW in xen_acpi_guest_init()
|
/linux-6.6.21/include/acpi/ |
D | acrestyp.h | 64 #define ACPI_ACTIVE_LOW (u8) 0x01 macro
|
/linux-6.6.21/drivers/mailbox/ |
D | pcc.c | 218 polarity = (flags & ACPI_PCCT_INTERRUPT_POLARITY) ? ACPI_ACTIVE_LOW in pcc_map_interrupt()
|
/linux-6.6.21/drivers/bluetooth/ |
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()
|
/linux-6.6.21/arch/ia64/kernel/ |
D | acpi.c | 569 ACPI_ACTIVE_LOW); in acpi_parse_fadt()
|
/linux-6.6.21/drivers/char/ |
D | hpet.c | 224 ACPI_ACTIVE_LOW); in hpet_timer_set_irq()
|
/linux-6.6.21/arch/x86/kernel/acpi/ |
D | boot.c | 706 polarity = polarity ? ACPI_ACTIVE_LOW : ACPI_ACTIVE_HIGH; in acpi_gsi_to_irq()
|
/linux-6.6.21/drivers/gpio/ |
D | gpiolib-acpi.c | 484 case ACPI_ACTIVE_LOW: in acpi_gpiochip_alloc_event()
|