Searched refs:pci_config_attr (Results 1 – 1 of 1) sorted by relevance
38 #define pci_config_attr(field, format_string) \ macro49 pci_config_attr(vendor, "0x%04x\n");50 pci_config_attr(device, "0x%04x\n");51 pci_config_attr(subsystem_vendor, "0x%04x\n");52 pci_config_attr(subsystem_device, "0x%04x\n");53 pci_config_attr(class, "0x%06x\n");54 pci_config_attr(irq, "%u\n");1278 static struct bin_attribute pci_config_attr = { variable1376 retval = sysfs_create_bin_file(&pdev->dev.kobj, &pci_config_attr); in pci_create_sysfs_dev_files()1431 sysfs_remove_bin_file(&pdev->dev.kobj, &pci_config_attr); in pci_create_sysfs_dev_files()[all …]