Lines Matching defs:polarity
19 u8 *polarity, u8 *shareable)
25 *polarity = ACPI_ACTIVE_LOW;
29 *polarity = ACPI_ACTIVE_HIGH;
33 *polarity = ACPI_ACTIVE_LOW;
37 *polarity = ACPI_ACTIVE_HIGH;
43 *polarity = ACPI_ACTIVE_HIGH;
208 gpio->polarity,
318 flags = acpi_dev_irq_flags(p->triggering, p->polarity, p->shareable);
342 flags = acpi_dev_irq_flags(p->triggering, p->polarity, p->shareable);
663 u8 triggering, polarity, shareable;
672 decode_irq_flags(dev, p->flags, &triggering, &polarity, &shareable);
674 irq->polarity = polarity;
682 polarity == ACPI_ACTIVE_LOW ? "low" : "high",
692 u8 triggering, polarity, shareable;
701 decode_irq_flags(dev, p->flags, &triggering, &polarity, &shareable);
704 extended_irq->polarity = polarity;
711 polarity == ACPI_ACTIVE_LOW ? "low" : "high",