Lines Matching refs:edge
284 * We need the edge detection enabled for to allow the GPIO block
285 * to be woken from idle state. Set the appropriate edge detection
308 * Log the edge gpio and manually trigger the IRQ
321 * This only applies to chips that can't do both rising and falling edge
561 u32 enabled, isr, edge;
582 * Clear edge sensitive interrupts before calling handler(s)
583 * so subsequent edge transitions are not missed while the
586 edge = isr & ~bank->level_mask;
587 if (edge)
588 omap_clear_gpio_irqbank(bank, edge);
1215 * No need to generate IRQs for the rising edge for gpio IRQs
1216 * configured with falling edge only; and vice versa.