Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/devicetree/bindings/thermal/
Dimx-thermal.yaml30 i.MX6SX and i.MX7S/D have two more IRQs than i.MX6Q, one is IRQ_LOW
32 threshold, IRQ_LOW will be triggered, when temperature is higher
35 IRQ_LOW and IRQ_PANIC share same interrupt output of controller.
/Linux-v6.6/drivers/gpio/
Dgpio-adnp.c34 u8 *irq_low; member
286 (adnp->irq_low[i] & ~level); in adnp_irq()
347 adnp->irq_low[reg] |= BIT(pos); in adnp_irq_set_type()
349 adnp->irq_low[reg] &= ~BIT(pos); in adnp_irq_set_type()
413 adnp->irq_low = adnp->irq_enable + (num_regs * 5); in adnp_irq_setup()