Lines Matching refs:elog_attribute
34 struct elog_attribute { struct
36 ssize_t (*show)(struct elog_obj *elog, struct elog_attribute *attr, argument
38 ssize_t (*store)(struct elog_obj *elog, struct elog_attribute *attr, argument
41 #define to_elog_attr(x) container_of(x, struct elog_attribute, attr)
44 struct elog_attribute *attr, in elog_id_show()
59 struct elog_attribute *attr, in elog_type_show()
68 struct elog_attribute *attr, in elog_ack_show()
75 struct elog_attribute *attr, in elog_ack_store()
85 static struct elog_attribute id_attribute =
87 static struct elog_attribute type_attribute =
89 static struct elog_attribute ack_attribute =
98 struct elog_attribute *attribute; in elog_attr_show()
114 struct elog_attribute *attribute; in elog_attr_store()