Searched refs:elog_attribute (Results 1 – 1 of 1) sorted by relevance
/arch/powerpc/platforms/powernv/ |
D | opal-elog.c | 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 = [all …]
|