Lines Matching refs:polarity
337 * @polarity: Interrupt polarity as provided by ACPI.
341 unsigned long acpi_dev_irq_flags(u8 triggering, u8 polarity, u8 shareable, u8 wake_capable)
346 flags = polarity == ACPI_ACTIVE_LOW ?
349 flags = polarity == ACPI_ACTIVE_LOW ?
365 * @polarity: Interrupt polarity as provided by ACPI.
367 unsigned int acpi_dev_get_irq_type(int triggering, int polarity)
369 switch (polarity) {
604 unsigned char polarity;
618 static bool acpi_dev_irq_override(u32 gsi, u8 triggering, u8 polarity,
629 entry->polarity == polarity &&
660 u8 triggering, u8 polarity, u8 shareable,
681 acpi_dev_irq_override(gsi, triggering, polarity, shareable) &&
686 if (triggering != trig || polarity != pol) {
691 pol == polarity ? "" : "(!)");
693 polarity = pol;
697 res->flags = acpi_dev_irq_flags(triggering, polarity, shareable, wake_capable);
698 irq = acpi_register_gsi(NULL, gsi, triggering, polarity);
744 irq->triggering, irq->polarity,
756 ext_irq->triggering, ext_irq->polarity,