Lines Matching refs:girq
264 struct gpio_irq_chip *girq;
337 girq = &gc->irq;
338 gpio_irq_chip_set_chip(girq, &vf610_irqchip);
339 girq->parent_handler = vf610_gpio_irq_handler;
340 girq->num_parents = 1;
341 girq->parents = devm_kcalloc(&pdev->dev, 1,
342 sizeof(*girq->parents),
344 if (!girq->parents)
346 girq->parents[0] = port->irq;
347 girq->default_type = IRQ_TYPE_NONE;
348 girq->handler = handle_edge_irq;