Lines Matching defs:root_ops
195 struct acpi_pci_root_ops *root_ops;
206 root_ops = kzalloc(sizeof(*root_ops), GFP_KERNEL);
207 if (!root_ops) {
215 kfree(root_ops);
219 root_ops->release_info = acpi_release_root_info;
220 root_ops->prepare_resources = acpi_prepare_root_resources;
221 root_ops->pci_ops = (struct pci_ops *)&info->cfg->ops->pci_ops;
230 bus = acpi_pci_root_create(root, root_ops,
234 kfree(root_ops);