Lines Matching full:underlying
46 /* Structure for an irq of the core - called an underlying irq */
49 u8 uirq; /* Underlying irq of the gpio driver */
54 * used to map to the corresponding underlying irq.
69 * The grgpio core can have multiple "underlying" irqs. The gpio lines
70 * can be mapped to any one or none of these underlying irqs
77 * This array contains information on each underlying irq, each
86 * the irq to the underlying irq by pointing into the uirqs array.
206 * For each gpio line, call its interrupt handler if it its underlying in grgpio_irq_handler()
253 /* Request underlying irq if not already requested */ in grgpio_irq_map()
262 "Could not request underlying irq %d\n", in grgpio_irq_map()
296 /* Free underlying irq if last user unmapped */ in grgpio_irq_unmap()
388 * The irqmap contains the index values indicating which underlying irq, in grgpio_probe()