Searched refs:arch_pci_dev_is_removable (Results 1 – 3 of 3) sorted by relevance
340 bool arch_pci_dev_is_removable(struct pci_dev *pdev) in arch_pci_dev_is_removable() function
1618 if (arch_pci_dev_is_removable(dev)) { in set_pcie_untrusted()1646 if (arch_pci_dev_is_removable(dev)) { in pci_set_removable()
2581 bool arch_pci_dev_is_removable(struct pci_dev *pdev);2583 static inline bool arch_pci_dev_is_removable(struct pci_dev *pdev) { return false; } in arch_pci_dev_is_removable() function