Home
last modified time | relevance | path

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

/include/linux/
Dpci.h2642 bool arch_pci_dev_is_removable(struct pci_dev *pdev);
2644 static inline bool arch_pci_dev_is_removable(struct pci_dev *pdev) { return false; } in arch_pci_dev_is_removable() function