Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/gpio/
Dgpio-mxc.c63 int irq_high; member
330 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()
Dgpio-adnp.c35 u8 *irq_high; member
317 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()
/linux-4.19.296/include/sound/
Dwm9081.h21 bool irq_high; /* IRQ is active high */ member
/linux-4.19.296/include/linux/mfd/wm8350/
Dcore.h635 int irq_high; member