vendor_attribute  560 drivers/misc/cxl/sysfs.c static struct kobj_attribute vendor_attribute =
vendor_attribute  568 drivers/misc/cxl/sysfs.c 	&vendor_attribute.attr,
vendor_attribute   58 drivers/mtd/sm_ftl.c 	struct sm_sysfs_attribute *vendor_attribute;
vendor_attribute   67 drivers/mtd/sm_ftl.c 	vendor_attribute =
vendor_attribute   69 drivers/mtd/sm_ftl.c 	if (!vendor_attribute)
vendor_attribute   72 drivers/mtd/sm_ftl.c 	sysfs_attr_init(&vendor_attribute->dev_attr.attr);
vendor_attribute   74 drivers/mtd/sm_ftl.c 	vendor_attribute->data = vendor;
vendor_attribute   75 drivers/mtd/sm_ftl.c 	vendor_attribute->len = strlen(vendor);
vendor_attribute   76 drivers/mtd/sm_ftl.c 	vendor_attribute->dev_attr.attr.name = "vendor";
vendor_attribute   77 drivers/mtd/sm_ftl.c 	vendor_attribute->dev_attr.attr.mode = S_IRUGO;
vendor_attribute   78 drivers/mtd/sm_ftl.c 	vendor_attribute->dev_attr.show = sm_attr_show;
vendor_attribute   86 drivers/mtd/sm_ftl.c 	attributes[0] = &vendor_attribute->dev_attr.attr;
vendor_attribute   97 drivers/mtd/sm_ftl.c 	kfree(vendor_attribute);