Lines Matching defs:girq
821 struct gpio_irq_chip *girq;
823 girq = &gc->irq;
824 gpio_irq_chip_set_chip(girq, &lp_irqchip);
825 girq->init_hw = lp_gpio_irq_init_hw;
826 girq->parent_handler = lp_gpio_irq_handler;
827 girq->num_parents = 1;
828 girq->parents = devm_kcalloc(dev, girq->num_parents,
829 sizeof(*girq->parents),
831 if (!girq->parents)
833 girq->parents[0] = irq;
834 girq->default_type = IRQ_TYPE_NONE;
835 girq->handler = handle_bad_irq;