Searched refs:elog_attribute (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dopal-elog.c34 struct elog_attribute { struct
36 ssize_t (*show)(struct elog_obj *elog, struct elog_attribute *attr,
38 ssize_t (*store)(struct elog_obj *elog, struct elog_attribute *attr,
41 #define to_elog_attr(x) container_of(x, struct elog_attribute, attr)
44 struct elog_attribute *attr, elog_id_show()
59 struct elog_attribute *attr, elog_type_show()
68 struct elog_attribute *attr, elog_ack_show()
75 struct elog_attribute *attr, 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; elog_attr_show()
114 struct elog_attribute *attribute; elog_attr_store()

Completed in 150 milliseconds