Lines Matching refs:vendor_attribute
58 struct sm_sysfs_attribute *vendor_attribute;
67 vendor_attribute =
69 if (!vendor_attribute)
72 sysfs_attr_init(&vendor_attribute->dev_attr.attr);
74 vendor_attribute->data = vendor;
75 vendor_attribute->len = strlen(vendor);
76 vendor_attribute->dev_attr.attr.name = "vendor";
77 vendor_attribute->dev_attr.attr.mode = S_IRUGO;
78 vendor_attribute->dev_attr.show = sm_attr_show;
86 attributes[0] = &vendor_attribute->dev_attr.attr;
97 kfree(vendor_attribute);