Searched full:irq_high (Results 1 – 9 of 9) sorted by relevance
64 int irq_high; member334 if (port->irq_high && (gpio_idx >= 16)) in gpio_set_wake_irq()335 ret = enable_irq_wake(port->irq_high); in gpio_set_wake_irq()340 if (port->irq_high && (gpio_idx >= 16)) in gpio_set_wake_irq()341 ret = disable_irq_wake(port->irq_high); in gpio_set_wake_irq()411 if (port->irq_high > 0) { in mxc_update_irq_chained_handler()413 irq_set_chained_handler_and_data(port->irq_high, in mxc_update_irq_chained_handler()417 irq_set_chained_handler_and_data(port->irq_high, NULL, NULL); in mxc_update_irq_chained_handler()445 port->irq_high = platform_get_irq(pdev, 1); in mxc_gpio_probe()446 if (port->irq_high < 0) in mxc_gpio_probe()[all …]
33 u8 *irq_high; member285 pending |= (adnp->irq_high[i] & level) | in adnp_irq()342 adnp->irq_high[reg] |= BIT(pos); in adnp_irq_set_type()344 adnp->irq_high[reg] &= ~BIT(pos); in adnp_irq_set_type()412 adnp->irq_high = adnp->irq_enable + (num_regs * 4); in adnp_irq_setup()
28 The interrupt output of the controller, i.MX6Q has IRQ_HIGH which34 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
259 unsigned int irq_high; in fsl_imx6_realize() member312 gpio_table[i].irq_high)); in fsl_imx6_realize()
503 if (pdata && pdata->irq_high) { in wm8350_irq_init()
147 .irq_high = false,
1342 if (wm9081->pdata.irq_high) in wm9081_i2c_probe()