Home
last modified time | relevance | path

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

/Linux-v6.1/arch/alpha/include/asm/
Dpci.h92 extern void pci_remove_resource_files(struct pci_dev *dev);
/Linux-v6.1/arch/alpha/kernel/
Dpci-sysfs.c116 void pci_remove_resource_files(struct pci_dev *pdev) in pci_remove_resource_files() function
247 pci_remove_resource_files(pdev); in pci_create_resource_files()
/Linux-v6.1/drivers/pci/
Dpci-sysfs.c1141 static void pci_remove_resource_files(struct pci_dev *pdev) in pci_remove_resource_files() function
1230 pci_remove_resource_files(pdev); in pci_create_resource_files()
1238 void __weak pci_remove_resource_files(struct pci_dev *dev) { return; } in pci_remove_resource_files() function
1428 pci_remove_resource_files(pdev); \
1502 pci_remove_resource_files(pdev); in pci_remove_sysfs_dev_files()