Searched refs:irq_high (Results 1 – 4 of 4) sorted by relevance
63 int irq_high; member330 if (port->irq_high && (gpio_idx >= 16)) in gpio_set_wake_irq()331 ret = enable_irq_wake(port->irq_high); in gpio_set_wake_irq()335 if (port->irq_high && (gpio_idx >= 16)) in gpio_set_wake_irq()336 ret = disable_irq_wake(port->irq_high); in gpio_set_wake_irq()431 port->irq_high = platform_get_irq(pdev, 1); in mxc_gpio_probe()432 if (port->irq_high < 0) in mxc_gpio_probe()433 port->irq_high = 0; in mxc_gpio_probe()471 if (port->irq_high > 0) in mxc_gpio_probe()473 irq_set_chained_handler_and_data(port->irq_high, in mxc_gpio_probe()
35 u8 *irq_high; member317 pending |= (adnp->irq_high[i] & level) | in adnp_irq()372 adnp->irq_high[reg] |= BIT(pos); in adnp_irq_set_type()374 adnp->irq_high[reg] &= ~BIT(pos); in adnp_irq_set_type()440 adnp->irq_high = adnp->irq_enable + (num_regs * 4); in adnp_irq_setup()
21 bool irq_high; /* IRQ is active high */ member
635 int irq_high; member