Home
last modified time | relevance | path

Searched refs:root_ops (Results 1 – 1 of 1) sorted by relevance

/linux/arch/loongarch/pci/
H A Dacpi.c205 struct acpi_pci_root_ops *root_ops; in pci_acpi_scan_root() local
215 root_ops = kzalloc_obj(*root_ops); in pci_acpi_scan_root()
216 if (!root_ops) { in pci_acpi_scan_root()
224 kfree(root_ops); in pci_acpi_scan_root()
228 root_ops->release_info = acpi_release_root_info; in pci_acpi_scan_root()
229 root_ops->prepare_resources = acpi_prepare_root_resources; in pci_acpi_scan_root()
230 root_ops->pci_ops = (struct pci_ops *)&info->cfg->ops->pci_ops; in pci_acpi_scan_root()
236 kfree(root_ops); in pci_acpi_scan_root()
240 bus = acpi_pci_root_create(root, root_ops, in pci_acpi_scan_root()
244 kfree(root_ops); in pci_acpi_scan_root()