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