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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dpci-sysfs.c596 struct bin_attribute *rom_attr = NULL; local
616 rom_attr = kzalloc(sizeof(*rom_attr), GFP_ATOMIC);
617 if (rom_attr) {
618 pdev->rom_attr = rom_attr;
619 rom_attr->size = pci_resource_len(pdev, PCI_ROM_RESOURCE);
620 rom_attr->attr.name = "rom";
621 rom_attr->attr.mode = S_IRUSR;
622 rom_attr
[all...]
H A Drom.c217 sysfs_remove_bin_file(&pdev->dev.kobj, pdev->rom_attr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci.h188 struct bin_attribute *rom_attr; /* attribute descriptor for sysfs ROM entry */ member in struct:pci_dev

Completed in 111 milliseconds