Searched refs:elog_obj (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/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) 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 in elog_type_show() 63 elog_ack_show(struct elog_obj *elog_obj, struct elog_attribute *attr, char *buf) elog_ack_show() argument 70 elog_ack_store(struct elog_obj *elog_obj, struct elog_attribute *attr, const char *buf, size_t count) elog_ack_store() argument [all...] |
/kernel/linux/linux-6.6/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) 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 in elog_type_show() 63 elog_ack_show(struct elog_obj *elog_obj, struct elog_attribute *attr, char *buf) elog_ack_show() argument 70 elog_ack_store(struct elog_obj *elog_obj, struct elog_attribute *attr, const char *buf, size_t count) elog_ack_store() argument [all...] |
Completed in 2 milliseconds