Lines Matching defs:girq
618 struct gpio_irq_chip *girq;
674 girq = &gpio->chip.irq;
675 girq->chip = &u300_gpio_irqchip;
676 girq->parent_handler = u300_gpio_irq_handler;
677 girq->num_parents = U300_GPIO_NUM_PORTS;
678 girq->parents = devm_kcalloc(gpio->dev, U300_GPIO_NUM_PORTS,
679 sizeof(*girq->parents),
681 if (!girq->parents) {
693 girq->parents[portno] = port->irq;
698 girq->default_type = IRQ_TYPE_EDGE_FALLING;
699 girq->handler = handle_simple_irq;