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
2634 bool arch_pci_dev_is_removable(struct pci_dev *pdev);2636 static inline bool arch_pci_dev_is_removable(struct pci_dev *pdev) { return false; } in arch_pci_dev_is_removable() function
1704 if (arch_pci_dev_is_removable(dev)) { in set_pcie_untrusted()1732 if (arch_pci_dev_is_removable(dev)) { in pci_set_removable()