Lines Matching refs:girq
222 struct gpio_irq_chip *girq;
224 girq = &cgpio->gc.irq;
225 girq->chip = &cdns_gpio_irqchip;
226 girq->parent_handler = cdns_gpio_irq_handler;
227 girq->num_parents = 1;
228 girq->parents = devm_kcalloc(&pdev->dev, 1,
229 sizeof(*girq->parents),
231 if (!girq->parents) {
235 girq->parents[0] = irq;
236 girq->default_type = IRQ_TYPE_NONE;
237 girq->handler = handle_level_irq;