Lines Matching defs:level
215 const char *level = "low ";
223 level = "high";
232 direction, level, interrupt, pending);
251 u8 changed, level, isr, ier;
257 err = adnp_read(adnp, GPIO_PLR(adnp) + i, &level);
278 changed = level ^ adnp->irq_level[i];
281 pending = changed & ((adnp->irq_fall[i] & ~level) |
282 (adnp->irq_rise[i] & level));
284 /* add in level-triggered interrupts */
285 pending |= (adnp->irq_high[i] & level) |
286 (adnp->irq_low[i] & ~level);
397 * Allocate memory to keep track of the current level and trigger
417 * Read the initial level of all pins to allow the emulation