Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dbus.c357 pci_create_sysfs_dev_files(dev); in pci_bus_add_device()
H A Dpci.h359 int pci_create_sysfs_dev_files(struct pci_dev *pdev);
367 static inline int pci_create_sysfs_dev_files(struct pci_dev *pdev) { return 0; } in pci_create_sysfs_dev_files() function
H A Dpci-sysfs.c1691 int __must_check pci_create_sysfs_dev_files(struct pci_dev *pdev) in pci_create_sysfs_dev_files() function
1721 retval = pci_create_sysfs_dev_files(pdev); in pci_sysfs_init()