name_show
static ssize_t name_show(struct device *, struct device_attribute *, char *);
length = name_show(&edev->dev, NULL, prop_buf);
__ATTR(name, 0444, name_show, NULL);
name_show(struct device *dev, struct device_attribute *attr, char *buf)