Searched refs:pci_create_resource_files (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/alpha/kernel/
H A Dpci-sysfs.c226 * pci_create_resource_files - create resource files in sysfs for @pdev
233 int pci_create_resource_files(struct pci_dev *pdev) function
/linux-master/drivers/pci/
H A Dpci-sysfs.c1220 * pci_create_resource_files - create resource files in sysfs for @dev
1225 static int pci_create_resource_files(struct pci_dev *pdev) function
1250 int __weak pci_create_resource_files(struct pci_dev *dev) { return 0; } function
1449 if (pci_create_resource_files(pdev))
1511 return pci_create_resource_files(pdev);
/linux-master/include/linux/
H A Dpci.h2362 extern int pci_create_resource_files(struct pci_dev *dev);

Completed in 216 milliseconds