Searched refs:xgene_msi_ctrl (Results 1 – 1 of 1) sorted by relevance
46 static struct xgene_msi *xgene_msi_ctrl; variable236 xgene_msi_ctrl->bitmap = devm_bitmap_zalloc(dev, NR_MSI_VEC, GFP_KERNEL); in xgene_msi_init_allocator()237 if (!xgene_msi_ctrl->bitmap) in xgene_msi_init_allocator()240 mutex_init(&xgene_msi_ctrl->bitmap_lock); in xgene_msi_init_allocator()249 struct xgene_msi *xgene_msi = xgene_msi_ctrl; in xgene_msi_isr()283 unsigned int irq = xgene_msi_ctrl->gic_irq[i]; in xgene_msi_remove()289 if (xgene_msi_ctrl->inner_domain) in xgene_msi_remove()290 irq_domain_remove(xgene_msi_ctrl->inner_domain); in xgene_msi_remove()295 struct xgene_msi *xgene_msi = xgene_msi_ctrl; in xgene_msi_handler_setup()336 &xgene_msi_ctrl->gic_irq[i]); in xgene_msi_handler_setup()[all …]