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