Searched refs:res_attr (Results 1 – 2 of 2) sorted by relevance
1263 struct bin_attribute *res_attr; in pci_remove_resource_files() local1265 res_attr = pdev->res_attr[i]; in pci_remove_resource_files()1266 if (res_attr) { in pci_remove_resource_files()1267 sysfs_remove_bin_file(&pdev->dev.kobj, res_attr); in pci_remove_resource_files()1268 kfree(res_attr); in pci_remove_resource_files()1271 res_attr = pdev->res_attr_wc[i]; in pci_remove_resource_files()1272 if (res_attr) { in pci_remove_resource_files()1273 sysfs_remove_bin_file(&pdev->dev.kobj, res_attr); in pci_remove_resource_files()1274 kfree(res_attr); in pci_remove_resource_files()1283 struct bin_attribute *res_attr; in pci_create_attr() local[all …]
420 struct bin_attribute *res_attr[DEVICE_COUNT_RESOURCE]; /* sysfs file for resources */ member