Lines Matching refs:girq
292 struct gpio_irq_chip *girq; in adp5588_irq_setup() local
310 girq = &dev->gpio_chip.irq; in adp5588_irq_setup()
311 girq->chip = &adp5588_irq_chip; in adp5588_irq_setup()
313 girq->parent_handler = NULL; in adp5588_irq_setup()
314 girq->num_parents = 0; in adp5588_irq_setup()
315 girq->parents = NULL; in adp5588_irq_setup()
316 girq->first = pdata ? pdata->irq_base : 0; in adp5588_irq_setup()
317 girq->default_type = IRQ_TYPE_NONE; in adp5588_irq_setup()
318 girq->handler = handle_simple_irq; in adp5588_irq_setup()
319 girq->init_hw = adp5588_irq_init_hw; in adp5588_irq_setup()
320 girq->threaded = true; in adp5588_irq_setup()