Lines Matching defs:girq
1986 struct gpio_irq_chip *girq;
1999 girq = &gc->irq;
2000 gpio_irq_chip_set_chip(girq, &ocelot_irqchip);
2001 girq->parent_handler = ocelot_irq_handler;
2002 girq->num_parents = 1;
2003 girq->parents = devm_kcalloc(&pdev->dev, 1,
2004 sizeof(*girq->parents),
2006 if (!girq->parents)
2008 girq->parents[0] = irq;
2009 girq->default_type = IRQ_TYPE_NONE;
2010 girq->handler = handle_edge_irq;