Lines Matching refs:girq
228 struct gpio_irq_chip *girq;
279 girq = &ctrl->gc.irq;
280 girq->chip = &ath79_gpio_irqchip;
281 girq->parent_handler = ath79_gpio_irq_handler;
282 girq->num_parents = 1;
283 girq->parents = devm_kcalloc(dev, 1, sizeof(*girq->parents),
285 if (!girq->parents)
287 girq->parents[0] = platform_get_irq(pdev, 0);
288 girq->default_type = IRQ_TYPE_NONE;
289 girq->handler = handle_simple_irq;