Lines Matching defs:girq
4161 struct gpio_irq_chip *girq;
4208 girq = &jzgc->gc.irq;
4209 gpio_irq_chip_set_chip(girq, &ingenic_gpio_irqchip);
4210 girq->parent_handler = ingenic_gpio_irq_handler;
4211 girq->num_parents = 1;
4212 girq->parents = devm_kcalloc(dev, 1, sizeof(*girq->parents),
4214 if (!girq->parents)
4217 girq->parents[0] = jzgc->irq;
4218 girq->default_type = IRQ_TYPE_NONE;
4219 girq->handler = handle_level_irq;