Searched refs:root_pdev (Results 1 – 3 of 3) sorted by relevance
1508 struct pci_dev *root_pdev; in intel_runtime_suspend() local1565 root_pdev = pcie_find_root_port(pdev); in intel_runtime_suspend()1566 if (root_pdev) in intel_runtime_suspend()1567 pci_d3cold_disable(root_pdev); in intel_runtime_suspend()1608 struct pci_dev *root_pdev; in intel_runtime_resume() local1623 root_pdev = pcie_find_root_port(pdev); in intel_runtime_resume()1624 if (root_pdev) in intel_runtime_resume()1625 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()