[go: nahoru, domu]

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

/drivers/mtd/
H A Dsm_ftl.c61 struct sm_sysfs_attribute *vendor_attribute; local
70 vendor_attribute =
72 if (!vendor_attribute)
75 sysfs_attr_init(&vendor_attribute->dev_attr.attr);
77 vendor_attribute->data = vendor;
78 vendor_attribute->len = strlen(vendor);
79 vendor_attribute->dev_attr.attr.name = "vendor";
80 vendor_attribute->dev_attr.attr.mode = S_IRUGO;
81 vendor_attribute->dev_attr.show = sm_attr_show;
89 attributes[0] = &vendor_attribute
[all...]

Completed in 27 milliseconds