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