Lines Matching defs:ops
1472 struct msi_domain_ops *ops = info->ops;
1474 if (ops == NULL) {
1475 info->ops = &pci_msi_domain_ops_default;
1477 if (ops->set_desc == NULL)
1478 ops->set_desc = pci_msi_domain_set_desc;
1479 if (ops->msi_check == NULL)
1480 ops->msi_check = pci_msi_domain_check_cap;
1481 if (ops->handle_error == NULL)
1482 ops->handle_error = pci_msi_domain_handle_error;
1505 * Updates the domain and chip ops and creates a MSI interrupt domain.