Searched refs:xgene_msi_ctrl (Results 1 – 1 of 1) sorted by relevance
46 static struct xgene_msi *xgene_msi_ctrl; variable237 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()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()353 xgene_msi_ctrl = devm_kzalloc(&pdev->dev, sizeof(*xgene_msi_ctrl), in xgene_msi_probe()355 if (!xgene_msi_ctrl) in xgene_msi_probe()[all …]
Completed in 5 milliseconds