Home
last modified time | relevance | path

Searched full:irq_low (Results 1 – 2 of 2) sorted by relevance

/linux-5.10/Documentation/devicetree/bindings/thermal/
Dimx-thermal.yaml24 i.MX6SX and i.MX7S/D have two more IRQs than i.MX6Q, one is IRQ_LOW
26 threshold, IRQ_LOW will be triggered, when temperature is higher
29 IRQ_LOW and IRQ_PANIC share same interrupt output of controller.
/linux-5.10/drivers/gpio/
Dgpio-adnp.c33 u8 *irq_low; member
285 (adnp->irq_low[i] & ~level); in adnp_irq()
344 adnp->irq_low[reg] |= BIT(pos); in adnp_irq_set_type()
346 adnp->irq_low[reg] &= ~BIT(pos); in adnp_irq_set_type()
408 adnp->irq_low = adnp->irq_enable + (num_regs * 5); in adnp_irq_setup()