Lines Matching defs:girq
877 struct gpio_irq_chip *girq;
879 girq = &gc->irq;
880 gpio_irq_chip_set_chip(girq, &iproc_gpio_irq_chip);
881 girq->parent_handler = iproc_gpio_irq_handler;
882 girq->num_parents = 1;
883 girq->parents = devm_kcalloc(dev, 1,
884 sizeof(*girq->parents),
886 if (!girq->parents)
888 girq->parents[0] = irq;
889 girq->default_type = IRQ_TYPE_NONE;
890 girq->handler = handle_bad_irq;