Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dpci.c166 struct acpi_pci_root_ops *root_ops; in pci_acpi_scan_root() local
173 root_ops = kzalloc(sizeof(*root_ops), GFP_KERNEL); in pci_acpi_scan_root()
174 if (!root_ops) { in pci_acpi_scan_root()
182 kfree(root_ops); in pci_acpi_scan_root()
186 root_ops->release_info = pci_acpi_generic_release_info; in pci_acpi_scan_root()
187 root_ops->prepare_resources = pci_acpi_root_prepare_resources; in pci_acpi_scan_root()
188 root_ops->pci_ops = (struct pci_ops *)&ri->cfg->ops->pci_ops; in pci_acpi_scan_root()
189 bus = acpi_pci_root_create(root, root_ops, &ri->common, ri->cfg); in pci_acpi_scan_root()