Lines Matching refs:irq_domain
63 struct irq_domain *irq_domain; member
140 static int xgene_gpio_sb_domain_activate(struct irq_domain *d, in xgene_gpio_sb_domain_activate()
161 static void xgene_gpio_sb_domain_deactivate(struct irq_domain *d, in xgene_gpio_sb_domain_deactivate()
172 static int xgene_gpio_sb_domain_translate(struct irq_domain *d, in xgene_gpio_sb_domain_translate()
187 static int xgene_gpio_sb_domain_alloc(struct irq_domain *domain, in xgene_gpio_sb_domain_alloc()
234 struct irq_domain *parent_domain = NULL; in xgene_gpio_sb_probe()
288 priv->irq_domain = irq_domain_create_hierarchy(parent_domain, in xgene_gpio_sb_probe()
291 if (!priv->irq_domain) in xgene_gpio_sb_probe()
294 priv->gc.irq.domain = priv->irq_domain; in xgene_gpio_sb_probe()
300 irq_domain_remove(priv->irq_domain); in xgene_gpio_sb_probe()
322 irq_domain_remove(priv->irq_domain); in xgene_gpio_sb_remove()