Searched refs:root_pdev (Results 1 – 3 of 3) sorted by relevance
1506 struct pci_dev *root_pdev; in intel_runtime_suspend() local1563 root_pdev = pcie_find_root_port(pdev); in intel_runtime_suspend()1564 if (root_pdev) in intel_runtime_suspend()1565 pci_d3cold_disable(root_pdev); in intel_runtime_suspend()1606 struct pci_dev *root_pdev; in intel_runtime_resume() local1621 root_pdev = pcie_find_root_port(pdev); in intel_runtime_resume()1622 if (root_pdev) in intel_runtime_resume()1623 pci_d3cold_enable(root_pdev); in intel_runtime_resume()
656 struct pci_dev *root_pdev; member
2148 iommu->root_pdev = in iommu_init_pci()2716 struct pci_dev *pdev = iommu->root_pdev; in iommu_apply_resume_quirks()