handle_edge_irq (9) Linux Manual Page
handle_edge_irq – edge type IRQ handler Synopsis void handle_edge_irq(struct irq_desc *desc); Arguments desc the interrupt description structure for this irq Description Interrupt occures on the falling and/or rising edge of a hardware signal. The occurrence is latched into the irq controller hardware and must be acked in order to be reenabled. After the ack another…
