Searched refs:pci_create_resource_files (Results 1 – 3 of 3) sorted by relevance
130 extern int pci_create_resource_files(struct pci_dev *dev);
229 int pci_create_resource_files(struct pci_dev *pdev) in pci_create_resource_files() function
1181 static int pci_create_resource_files(struct pci_dev *pdev) in pci_create_resource_files() function1206 int __weak pci_create_resource_files(struct pci_dev *dev) { return 0; } in pci_create_resource_files() function1379 retval = pci_create_resource_files(pdev); in pci_create_sysfs_dev_files()