Lines Matching refs:root_ops
198 struct acpi_pci_root_ops *root_ops;
208 root_ops = kzalloc(sizeof(*root_ops), GFP_KERNEL);
209 if (!root_ops) {
217 kfree(root_ops);
221 root_ops->release_info = acpi_release_root_info;
222 root_ops->prepare_resources = acpi_prepare_root_resources;
223 root_ops->pci_ops = (struct pci_ops *)&info->cfg->ops->pci_ops;
229 kfree(root_ops);
233 bus = acpi_pci_root_create(root, root_ops,
237 kfree(root_ops);