Home
last modified time | relevance | path

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

/Linux-v4.19/arch/alpha/include/asm/
Dpci.h97 extern int pci_create_resource_files(struct pci_dev *dev);
/Linux-v4.19/arch/alpha/kernel/
Dpci-sysfs.c229 int pci_create_resource_files(struct pci_dev *pdev) in pci_create_resource_files() function
/Linux-v4.19/drivers/pci/
Dpci-sysfs.c1324 static int pci_create_resource_files(struct pci_dev *pdev) in pci_create_resource_files() function
1349 int __weak pci_create_resource_files(struct pci_dev *dev) { return 0; } in pci_create_resource_files() function
1498 retval = pci_create_resource_files(pdev); in pci_create_sysfs_dev_files()