root_ops 166 arch/arm64/kernel/pci.c struct acpi_pci_root_ops *root_ops; root_ops 173 arch/arm64/kernel/pci.c root_ops = kzalloc(sizeof(*root_ops), GFP_KERNEL); root_ops 174 arch/arm64/kernel/pci.c if (!root_ops) { root_ops 182 arch/arm64/kernel/pci.c kfree(root_ops); root_ops 186 arch/arm64/kernel/pci.c root_ops->release_info = pci_acpi_generic_release_info; root_ops 187 arch/arm64/kernel/pci.c root_ops->prepare_resources = pci_acpi_root_prepare_resources; root_ops 188 arch/arm64/kernel/pci.c root_ops->pci_ops = &ri->cfg->ops->pci_ops; root_ops 189 arch/arm64/kernel/pci.c bus = acpi_pci_root_create(root, root_ops, &ri->common, ri->cfg);