Lines Matching refs:dump_attribute
30 struct dump_attribute { struct
32 ssize_t (*show)(struct dump_obj *dump, struct dump_attribute *attr, argument
34 ssize_t (*store)(struct dump_obj *dump, struct dump_attribute *attr, argument
37 #define to_dump_attr(x) container_of(x, struct dump_attribute, attr)
40 struct dump_attribute *attr, in dump_id_show()
57 struct dump_attribute *attr, in dump_type_show()
66 struct dump_attribute *attr, in dump_ack_show()
87 struct dump_attribute *attr, in dump_ack_store()
101 static struct dump_attribute id_attribute =
103 static struct dump_attribute type_attribute =
105 static struct dump_attribute ack_attribute =
109 struct dump_attribute *attr, in init_dump_show()
127 struct dump_attribute *attr, in init_dump_store()
140 static struct dump_attribute initiate_attribute =
158 struct dump_attribute *attribute; in dump_attr_show()
174 struct dump_attribute *attribute; in dump_attr_store()