Lines Matching defs:ops
69 struct msi_domain_ops *ops = info->ops;
71 BUG_ON(!ops);
73 if (ops->msi_init == NULL)
74 ops->msi_init = platform_msi_init;
75 if (ops->set_desc == NULL)
76 ops->set_desc = platform_msi_set_desc;
171 * Updates the domain and chip ops and creates a platform MSI
318 * @ops: The hierarchy domain operations to use
328 const struct irq_domain_ops *ops,
342 dev->fwnode, ops, data);