Home
last modified time | relevance | path

Searched full:irq_high (Results 1 – 9 of 9) 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()
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 …]
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/Documentation/devicetree/bindings/thermal/
H A Dimx-thermal.yaml28 The interrupt output of the controller, i.MX6Q has IRQ_HIGH which
34 be configured to auto reboot by SRC module for IRQ_PANIC. IRQ_HIGH,
/openbmc/linux/include/sound/
H A Dwm9081.h18 bool irq_high; /* IRQ is active high */ member
/openbmc/linux/include/linux/mfd/wm8350/
H A Dcore.h624 * @irq_high: Set if WM8350 IRQ is active high.
630 int irq_high; member
/openbmc/qemu/hw/arm/
H A Dfsl-imx6.c259 unsigned int irq_high; in fsl_imx6_realize() member
312 gpio_table[i].irq_high)); in fsl_imx6_realize()
/openbmc/linux/drivers/mfd/
H A Dwm8350-irq.c503 if (pdata && pdata->irq_high) { in wm8350_irq_init()
/openbmc/linux/arch/arm/mach-s3c/
H A Dmach-crag6410-module.c147 .irq_high = false,
/openbmc/linux/sound/soc/codecs/
H A Dwm9081.c1342 if (wm9081->pdata.irq_high) in wm9081_i2c_probe()