Searched refs:irq_high (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/arch/arm/mach-imx/devices/ |
| D | platform-gpio-mxc.c | 10 resource_size_t iobase, resource_size_t iosize, int irq, int irq_high) in mxc_register_gpio() argument 22 .start = irq_high, in mxc_register_gpio() 23 .end = irq_high, in mxc_register_gpio()
|
| /Linux-v5.4/drivers/gpio/ |
| D | gpio-mxc.c | 63 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() 429 port->irq_high = platform_get_irq(pdev, 1); in mxc_gpio_probe() 430 if (port->irq_high < 0) in mxc_gpio_probe() 431 port->irq_high = 0; in mxc_gpio_probe() 466 if (port->irq_high > 0) in mxc_gpio_probe() 468 irq_set_chained_handler_and_data(port->irq_high, in mxc_gpio_probe()
|
| D | gpio-adnp.c | 32 u8 *irq_high; member 314 pending |= (adnp->irq_high[i] & level) | in adnp_irq() 369 adnp->irq_high[reg] |= BIT(pos); in adnp_irq_set_type() 371 adnp->irq_high[reg] &= ~BIT(pos); in adnp_irq_set_type() 437 adnp->irq_high = adnp->irq_enable + (num_regs * 4); in adnp_irq_setup()
|
| /Linux-v5.4/include/sound/ |
| D | wm9081.h | 18 bool irq_high; /* IRQ is active high */ member
|
| /Linux-v5.4/arch/arm/mach-imx/ |
| D | common.h | 42 resource_size_t iobase, resource_size_t iosize, int irq, int irq_high);
|
| /Linux-v5.4/arch/arm/mach-s3c64xx/ |
| D | mach-crag6410-module.c | 153 .irq_high = false,
|
| D | mach-smdk6410.c | 487 .irq_high = 1,
|
| /Linux-v5.4/include/linux/mfd/wm8350/ |
| D | core.h | 630 int irq_high; member
|
| /Linux-v5.4/drivers/mfd/ |
| D | wm8350-irq.c | 503 if (pdata && pdata->irq_high) { in wm8350_irq_init()
|
| /Linux-v5.4/sound/soc/codecs/ |
| D | wm9081.c | 1343 if (wm9081->pdata.irq_high) in wm9081_i2c_probe()
|