Home
last modified time | relevance | path

Searched refs:efi_runtime_map_entry (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/firmware/efi/
Druntime-map.c17 struct efi_runtime_map_entry { struct
22 static struct efi_runtime_map_entry **map_entries; argument
26 ssize_t (*show)(struct efi_runtime_map_entry *entry, char *buf);
34 static ssize_t type_show(struct efi_runtime_map_entry *entry, char *buf) in type_show()
42 static ssize_t name##_show(struct efi_runtime_map_entry *entry, char *buf) \
52 static inline struct efi_runtime_map_entry *to_map_entry(struct kobject *kobj) in to_map_entry()
54 return container_of(kobj, struct efi_runtime_map_entry, kobj); in to_map_entry()
60 struct efi_runtime_map_entry *entry = to_map_entry(kobj); in map_attr_show()
90 struct efi_runtime_map_entry *entry; in map_release()
104 static struct efi_runtime_map_entry *
[all …]