Lines Matching refs:efi_runtime_map_entry
21 struct efi_runtime_map_entry { struct
26 static struct efi_runtime_map_entry **map_entries; argument
30 ssize_t (*show)(struct efi_runtime_map_entry *entry, char *buf);
38 static ssize_t type_show(struct efi_runtime_map_entry *entry, char *buf) in type_show()
46 static ssize_t name##_show(struct efi_runtime_map_entry *entry, char *buf) \
56 static inline struct efi_runtime_map_entry *to_map_entry(struct kobject *kobj) in to_map_entry()
58 return container_of(kobj, struct efi_runtime_map_entry, kobj); in to_map_entry()
64 struct efi_runtime_map_entry *entry = to_map_entry(kobj); in map_attr_show()
94 struct efi_runtime_map_entry *entry; in map_release()
108 static struct efi_runtime_map_entry *
112 struct efi_runtime_map_entry *entry; in add_sysfs_runtime_map_entry()
174 struct efi_runtime_map_entry *entry; in efi_runtime_map_init()