Searched refs:pci_config_attr (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dpci-sysfs.c29 #define pci_config_attr(field, format_string) \ macro
39 pci_config_attr(vendor, "0x%04x\n");
40 pci_config_attr(device, "0x%04x\n");
41 pci_config_attr(subsystem_vendor, "0x%04x\n");
42 pci_config_attr(subsystem_device, "0x%04x\n");
43 pci_config_attr(class, "0x%06x\n");
44 pci_config_attr(irq, "%u\n");
572 static struct bin_attribute pci_config_attr = { variable in typeref:struct:bin_attribute
603 retval = sysfs_create_bin_file(&pdev->dev.kobj, &pci_config_attr);
644 sysfs_remove_bin_file(&pdev->dev.kobj, &pci_config_attr);
[all...]

Completed in 47 milliseconds