Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/pci/
H A Dacpi.c340 bool arch_pci_dev_is_removable(struct pci_dev *pdev) in arch_pci_dev_is_removable() function
/linux-6.15/drivers/pci/
H A Dprobe.c1709 if (arch_pci_dev_is_removable(dev)) { in set_pcie_untrusted()
1737 if (arch_pci_dev_is_removable(dev)) { in pci_set_removable()
/linux-6.15/include/linux/
H A Dpci.h2628 bool arch_pci_dev_is_removable(struct pci_dev *pdev);
2630 static inline bool arch_pci_dev_is_removable(struct pci_dev *pdev) { return false; } in arch_pci_dev_is_removable() function