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