Searched refs:elog_obj (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-elog.c | 20 struct elog_obj { struct 28 #define to_elog_obj(x) container_of(x, struct elog_obj, kobj) argument 32 ssize_t (*show)(struct elog_obj *elog, struct elog_attribute *attr, 34 ssize_t (*store)(struct elog_obj *elog, struct elog_attribute *attr, 39 static ssize_t elog_id_show(struct elog_obj *elog_obj, in elog_id_show() argument 43 return sprintf(buf, "0x%llx\n", elog_obj->id); in elog_id_show() 54 static ssize_t elog_type_show(struct elog_obj *elog_obj, in elog_type_show() argument 59 elog_obj->type, in elog_type_show() 60 elog_type_to_string(elog_obj->type)); in elog_type_show() 63 static ssize_t elog_ack_show(struct elog_obj *elog_obj, in elog_ack_show() argument [all …]
|