Home
last modified time | relevance | path

Searched refs:irq_high (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpio-mxc.c64 int irq_high; member
334 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()
445 port->irq_high = platform_get_irq(pdev, 1); in mxc_gpio_probe()
446 if (port->irq_high < 0) in mxc_gpio_probe()
447 port->irq_high = 0; in mxc_gpio_probe()
[all …]
H A Dgpio-adnp.c33 u8 *irq_high; member
285 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()
/openbmc/linux/include/sound/
H A Dwm9081.h18 bool irq_high; /* IRQ is active high */ member
/openbmc/qemu/hw/arm/
H A Dfsl-imx6.c252 unsigned int irq_high; in fsl_imx6_realize() member
305 gpio_table[i].irq_high)); in fsl_imx6_realize()
/openbmc/linux/arch/arm/mach-s3c/
H A Dmach-crag6410-module.c147 .irq_high = false,
/openbmc/linux/include/linux/mfd/wm8350/
H A Dcore.h630 int irq_high; member
/openbmc/linux/drivers/mfd/
H A Dwm8350-irq.c503 if (pdata && pdata->irq_high) { in wm8350_irq_init()
/openbmc/linux/sound/soc/codecs/
H A Dwm9081.c1342 if (wm9081->pdata.irq_high) in wm9081_i2c_probe()