Lines Matching defs:girq
506 struct gpio_irq_chip *girq;
523 girq = &chip->gpio_chip.irq;
524 girq->chip = &max732x_irq_chip;
526 girq->parent_handler = NULL;
527 girq->num_parents = 0;
528 girq->parents = NULL;
529 girq->default_type = IRQ_TYPE_NONE;
530 girq->handler = handle_simple_irq;
531 girq->threaded = true;
532 girq->first = irq_base; /* FIXME: get rid of this */