Searched refs:root_pdev (Results 1 – 4 of 4) 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()
1034 struct pci_dev *root_pdev; in quirk_tuxeo_rp_d3() local1037 root_pdev = pcie_find_root_port(pdev); in quirk_tuxeo_rp_d3()1038 if (root_pdev) in quirk_tuxeo_rp_d3()1039 root_pdev->dev_flags |= PCI_DEV_FLAGS_NO_D3; in quirk_tuxeo_rp_d3()
656 struct pci_dev *root_pdev; member
2160 iommu->root_pdev = in iommu_init_pci()2728 struct pci_dev *pdev = iommu->root_pdev; in iommu_apply_resume_quirks()