Lines Matching refs:elog_attribute
33 struct elog_attribute { struct
35 ssize_t (*show)(struct elog_obj *elog, struct elog_attribute *attr, argument
37 ssize_t (*store)(struct elog_obj *elog, struct elog_attribute *attr, argument
40 #define to_elog_attr(x) container_of(x, struct elog_attribute, attr)
43 struct elog_attribute *attr, in elog_id_show()
58 struct elog_attribute *attr, in elog_type_show()
67 struct elog_attribute *attr, in elog_ack_show()
74 struct elog_attribute *attr, in elog_ack_store()
84 static struct elog_attribute id_attribute =
86 static struct elog_attribute type_attribute =
88 static struct elog_attribute ack_attribute =
97 struct elog_attribute *attribute; in elog_attr_show()
113 struct elog_attribute *attribute; in elog_attr_store()