Home
last modified time | relevance | path

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

/linux-6.1.9/arch/alpha/include/asm/
Dpci.h91 extern int pci_create_resource_files(struct pci_dev *dev);
/linux-6.1.9/drivers/pci/
Dpci-sysfs.c1217 static int pci_create_resource_files(struct pci_dev *pdev) in pci_create_resource_files() function
1242 int __weak pci_create_resource_files(struct pci_dev *dev) { return 0; } in pci_create_resource_files() function
1445 if (pci_create_resource_files(pdev)) \
1493 return pci_create_resource_files(pdev); in pci_create_sysfs_dev_files()
/linux-6.1.9/arch/alpha/kernel/
Dpci-sysfs.c233 int pci_create_resource_files(struct pci_dev *pdev) in pci_create_resource_files() function