Lines Matching refs:dump_attribute
33 struct dump_attribute { struct
35 ssize_t (*show)(struct dump_obj *dump, struct dump_attribute *attr, argument
37 ssize_t (*store)(struct dump_obj *dump, struct dump_attribute *attr, argument
40 #define to_dump_attr(x) container_of(x, struct dump_attribute, attr)
43 struct dump_attribute *attr, in dump_id_show()
60 struct dump_attribute *attr, in dump_type_show()
69 struct dump_attribute *attr, in dump_ack_show()
90 struct dump_attribute *attr, in dump_ack_store()
104 static struct dump_attribute id_attribute =
106 static struct dump_attribute type_attribute =
108 static struct dump_attribute ack_attribute =
112 struct dump_attribute *attr, in init_dump_show()
130 struct dump_attribute *attr, in init_dump_store()
143 static struct dump_attribute initiate_attribute =
161 struct dump_attribute *attribute; in dump_attr_show()
177 struct dump_attribute *attribute; in dump_attr_store()