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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dsm_ftl.c61 struct sm_sysfs_attribute *vendor_attribute; local
71 vendor_attribute =
74 sysfs_attr_init(&vendor_attribute->dev_attr.attr);
76 vendor_attribute->data = vendor;
77 vendor_attribute->len = vendor_len;
78 vendor_attribute->dev_attr.attr.name = "vendor";
79 vendor_attribute->dev_attr.attr.mode = S_IRUGO;
80 vendor_attribute->dev_attr.show = sm_attr_show;
86 attributes[0] = &vendor_attribute->dev_attr.attr;

Completed in 15 milliseconds