esre_entry
static ssize_t fw_class_show(struct esre_entry *entry, char *buf)
static ssize_t name##_show(struct esre_entry *entry, char *buf) \
struct esre_entry *entry = to_entry(kobj);
struct esre_entry *entry;
struct esre_entry *entry, *next;
ssize_t (*show)(struct esre_entry *entry, char *buf);
static struct esre_entry *to_entry(struct kobject *kobj)
return container_of(kobj, struct esre_entry, kobj);
struct esre_entry *entry = to_entry(kobj);