Searched refs:root_port (Results 1 – 3 of 3) sorted by relevance
870 struct pci_dev *root_port; in nvm_authenticate_start() local878 root_port = pci_find_pcie_root_port(sw->tb->nhi->pdev); in nvm_authenticate_start()879 if (root_port) in nvm_authenticate_start()880 pm_runtime_get_noresume(&root_port->dev); in nvm_authenticate_start()885 struct pci_dev *root_port; in nvm_authenticate_complete() local887 root_port = pci_find_pcie_root_port(sw->tb->nhi->pdev); in nvm_authenticate_complete()888 if (root_port) in nvm_authenticate_complete()889 pm_runtime_put(&root_port->dev); in nvm_authenticate_complete()
67 __u8 root_port; member
4356 struct pci_dev *root_port = pci_find_pcie_root_port(pdev); in quirk_disable_root_port_attributes() local4358 if (!root_port) { in quirk_disable_root_port_attributes()4363 …pci_info(root_port, "Disabling No Snoop/Relaxed Ordering Attributes to avoid PCIe Completion errat… in quirk_disable_root_port_attributes()4365 pcie_capability_clear_and_set_word(root_port, PCI_EXP_DEVCTL, in quirk_disable_root_port_attributes()