Searched full:irq_high (Results 1 – 9 of 9) sorted by relevance
64 int irq_high; member332 if (port->irq_high && (gpio_idx >= 16)) in gpio_set_wake_irq()333 ret = enable_irq_wake(port->irq_high); in gpio_set_wake_irq()337 if (port->irq_high && (gpio_idx >= 16)) in gpio_set_wake_irq()338 ret = disable_irq_wake(port->irq_high); in gpio_set_wake_irq()437 port->irq_high = platform_get_irq(pdev, 1); in mxc_gpio_probe()438 if (port->irq_high < 0) in mxc_gpio_probe()439 port->irq_high = 0; in mxc_gpio_probe()475 if (port->irq_high > 0) in mxc_gpio_probe()477 irq_set_chained_handler_and_data(port->irq_high, in mxc_gpio_probe()
32 u8 *irq_high; member284 pending |= (adnp->irq_high[i] & level) | in adnp_irq()339 adnp->irq_high[reg] |= BIT(pos); in adnp_irq_set_type()341 adnp->irq_high[reg] &= ~BIT(pos); in adnp_irq_set_type()407 adnp->irq_high = adnp->irq_enable + (num_regs * 4); in adnp_irq_setup()
22 The interrupt output of the controller, i.MX6Q has IRQ_HIGH which28 be configured to auto reboot by SRC module for IRQ_PANIC. IRQ_HIGH,
18 bool irq_high; /* IRQ is active high */ member
624 * @irq_high: Set if WM8350 IRQ is active high.630 int irq_high; member
503 if (pdata && pdata->irq_high) { in wm8350_irq_init()
153 .irq_high = false,
485 .irq_high = 1,
1344 if (wm9081->pdata.irq_high) in wm9081_i2c_probe()