Searched refs:esre_entry (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | esrt.c | 62 struct esre_entry { struct 71 /* global list of esre_entry. */ 77 ssize_t (*show)(struct esre_entry *entry, char *buf); 78 ssize_t (*store)(struct esre_entry *entry, 82 static struct esre_entry *to_entry(struct kobject *kobj) in to_entry() 84 return container_of(kobj, struct esre_entry, kobj); in to_entry() 95 struct esre_entry *entry = to_entry(kobj); in esre_attr_show() 110 static ssize_t fw_class_show(struct esre_entry *entry, char *buf) in fw_class_show() 124 static ssize_t name##_show(struct esre_entry *entry, char *buf) \ 151 struct esre_entry *entr in esre_release() [all...] |
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | esrt.c | 62 struct esre_entry { struct 71 /* global list of esre_entry. */ 77 ssize_t (*show)(struct esre_entry *entry, char *buf); 78 ssize_t (*store)(struct esre_entry *entry, 82 static struct esre_entry *to_entry(struct kobject *kobj) in to_entry() 84 return container_of(kobj, struct esre_entry, kobj); in to_entry() 95 struct esre_entry *entry = to_entry(kobj); in esre_attr_show() 106 static ssize_t fw_class_show(struct esre_entry *entry, char *buf) in fw_class_show() 120 static ssize_t name##_show(struct esre_entry *entry, char *buf) \ 149 struct esre_entry *entr in esre_release() [all...] |
Completed in 2 milliseconds