Lines Matching defs:girq
733 struct gpio_irq_chip *girq;
808 girq = &pctrl->chip.irq;
809 gpio_irq_chip_set_chip(girq, &pm8xxx_irq_chip);
810 girq->default_type = IRQ_TYPE_NONE;
811 girq->handler = handle_level_irq;
812 girq->fwnode = dev_fwnode(pctrl->dev);
813 girq->parent_domain = parent_domain;
814 girq->child_to_parent_hwirq = pm8xxx_child_to_parent_hwirq;
815 girq->populate_parent_alloc_arg = gpiochip_populate_parent_fwspec_twocell;
816 girq->child_offset_to_irq = pm8xxx_child_offset_to_irq;
817 girq->child_irq_domain_ops.translate = pm8xxx_domain_translate;