Searched refs:dump_attribute (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal-dump.c | 34 struct dump_attribute { struct 36 ssize_t (*show)(struct dump_obj *dump, struct dump_attribute *attr, argument 38 ssize_t (*store)(struct dump_obj *dump, struct dump_attribute *attr, argument 41 #define to_dump_attr(x) container_of(x, struct dump_attribute, attr) 44 struct dump_attribute *attr, in dump_id_show() 61 struct dump_attribute *attr, in dump_type_show() 70 struct dump_attribute *attr, in dump_ack_show() 91 struct dump_attribute *attr, in dump_ack_store() 105 static struct dump_attribute id_attribute = 107 static struct dump_attribute type_attribute = [all …]
|