Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-mxc.c66 int irq_high; member
329 if (port->irq_high && (gpio_idx >= 16)) in gpio_set_wake_irq()
330 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()
406 if (port->irq_high > 0) { in mxc_update_irq_chained_handler()
408 irq_set_chained_handler_and_data(port->irq_high, in mxc_update_irq_chained_handler()
412 irq_set_chained_handler_and_data(port->irq_high, NULL, NULL); in mxc_update_irq_chained_handler()
441 port->irq_high = platform_get_irq(pdev, 1); in mxc_gpio_probe()
442 if (port->irq_high < 0) in mxc_gpio_probe()
[all …]
H A Dgpio-adnp.c35 u8 *irq_high; member
262 pending |= (adnp->irq_high[i] & level) | in adnp_irq()
319 adnp->irq_high[reg] |= BIT(pos); in adnp_irq_set_type()
321 adnp->irq_high[reg] &= ~BIT(pos); in adnp_irq_set_type()
389 adnp->irq_high = adnp->irq_enable + (num_regs * 4); in adnp_irq_setup()
/linux/include/sound/
H A Dwm9081.h18 bool irq_high; /* IRQ is active high */ member
/linux/arch/arm/mach-s3c/
H A Dmach-crag6410-module.c171 .irq_high = false,
/linux/drivers/mfd/
H A Dwm8350-irq.c503 if (pdata && pdata->irq_high) { in wm8350_irq_init()