Home
last modified time | relevance | path

Searched refs:arch_pci_dev_is_removable (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/pci/
H A Dacpi.c340 bool arch_pci_dev_is_removable(struct pci_dev *pdev) in arch_pci_dev_is_removable() function
/openbmc/linux/drivers/pci/
H A Dprobe.c1618 if (arch_pci_dev_is_removable(dev)) { in set_pcie_untrusted()
1646 if (arch_pci_dev_is_removable(dev)) { in pci_set_removable()
/openbmc/linux/include/linux/
H A Dpci.h2581 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