Lines Matching refs:irq_domain
63 struct irq_domain *irq_domain; member
143 static void xgene_gpio_sb_domain_activate(struct irq_domain *d, in xgene_gpio_sb_domain_activate()
160 static void xgene_gpio_sb_domain_deactivate(struct irq_domain *d, in xgene_gpio_sb_domain_deactivate()
171 static int xgene_gpio_sb_domain_translate(struct irq_domain *d, in xgene_gpio_sb_domain_translate()
186 static int xgene_gpio_sb_domain_alloc(struct irq_domain *domain, in xgene_gpio_sb_domain_alloc()
233 struct irq_domain *parent_domain = NULL; in xgene_gpio_sb_probe()
293 priv->irq_domain = irq_domain_create_hierarchy(parent_domain, in xgene_gpio_sb_probe()
296 if (!priv->irq_domain) in xgene_gpio_sb_probe()
299 priv->gc.irqdomain = priv->irq_domain; in xgene_gpio_sb_probe()
305 irq_domain_remove(priv->irq_domain); in xgene_gpio_sb_probe()
327 irq_domain_remove(priv->irq_domain); in xgene_gpio_sb_remove()