Lines Matching defs:girq
1560 struct gpio_irq_chip *girq;
1574 girq = &bank->gpio_chip.irq;
1575 gpio_irq_chip_set_chip(girq, &st_gpio_irqchip);
1576 girq->parent_handler = st_gpio_irq_handler;
1577 girq->num_parents = 1;
1578 girq->parents = devm_kcalloc(dev, 1, sizeof(*girq->parents),
1580 if (!girq->parents)
1582 girq->parents[0] = gpio_irq;
1583 girq->default_type = IRQ_TYPE_NONE;
1584 girq->handler = handle_simple_irq;