Searched refs:efi_runtime_map_entry (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | runtime-map.c | 16 struct efi_runtime_map_entry { struct 21 static struct efi_runtime_map_entry **map_entries; 25 ssize_t (*show)(struct efi_runtime_map_entry *entry, char *buf); 33 static ssize_t type_show(struct efi_runtime_map_entry *entry, char *buf) in type_show() 41 static ssize_t name##_show(struct efi_runtime_map_entry *entry, char *buf) \ 51 static inline struct efi_runtime_map_entry *to_map_entry(struct kobject *kobj) in to_map_entry() 53 return container_of(kobj, struct efi_runtime_map_entry, kobj); in to_map_entry() 59 struct efi_runtime_map_entry *entry = to_map_entry(kobj); in map_attr_show() 89 struct efi_runtime_map_entry *entry; in map_release() 103 static struct efi_runtime_map_entry * [all...] |
/kernel/linux/linux-6.6/arch/x86/platform/efi/ |
H A D | runtime-map.c | 16 struct efi_runtime_map_entry { struct 21 static struct efi_runtime_map_entry **map_entries; 25 ssize_t (*show)(struct efi_runtime_map_entry *entry, char *buf); 33 static ssize_t type_show(struct efi_runtime_map_entry *entry, char *buf) in type_show() 41 static ssize_t name##_show(struct efi_runtime_map_entry *entry, char *buf) \ 51 static inline struct efi_runtime_map_entry *to_map_entry(struct kobject *kobj) in to_map_entry() 53 return container_of(kobj, struct efi_runtime_map_entry, kobj); in to_map_entry() 59 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...] |
Completed in 2 milliseconds