Lines Matching refs:dump_attribute
34 struct dump_attribute { struct
36 ssize_t (*show)(struct dump_obj *dump, struct dump_attribute *attr, argument
38 ssize_t (*store)(struct dump_obj *dump, struct dump_attribute *attr, argument
41 #define to_dump_attr(x) container_of(x, struct dump_attribute, attr)
44 struct dump_attribute *attr, in dump_id_show()
61 struct dump_attribute *attr, in dump_type_show()
70 struct dump_attribute *attr, in dump_ack_show()
91 struct dump_attribute *attr, in dump_ack_store()
105 static struct dump_attribute id_attribute =
107 static struct dump_attribute type_attribute =
109 static struct dump_attribute ack_attribute =
113 struct dump_attribute *attr, in init_dump_show()
131 struct dump_attribute *attr, in init_dump_store()
144 static struct dump_attribute initiate_attribute =
162 struct dump_attribute *attribute; in dump_attr_show()
178 struct dump_attribute *attribute; in dump_attr_store()