Lines Matching refs:elog_attribute
30 struct elog_attribute { struct
32 ssize_t (*show)(struct elog_obj *elog, struct elog_attribute *attr, argument
34 ssize_t (*store)(struct elog_obj *elog, struct elog_attribute *attr, argument
37 #define to_elog_attr(x) container_of(x, struct elog_attribute, attr)
40 struct elog_attribute *attr, in elog_id_show()
55 struct elog_attribute *attr, in elog_type_show()
64 struct elog_attribute *attr, in elog_ack_show()
71 struct elog_attribute *attr, in elog_ack_store()
86 static struct elog_attribute id_attribute =
88 static struct elog_attribute type_attribute =
90 static struct elog_attribute ack_attribute =
99 struct elog_attribute *attribute; in elog_attr_show()
115 struct elog_attribute *attribute; in elog_attr_store()