Lines Matching refs:efivar_entry
44 ssize_t (*show) (struct efivar_entry *entry, char *buf);
45 ssize_t (*store)(struct efivar_entry *entry, const char *buf, size_t count);
56 #define to_efivar_entry(obj) container_of(obj, struct efivar_entry, kobj)
62 efivar_create_sysfs_entry(struct efivar_entry *new_var);
65 efivar_guid_read(struct efivar_entry *entry, char *buf)
81 efivar_attr_read(struct efivar_entry *entry, char *buf)
117 efivar_size_read(struct efivar_entry *entry, char *buf)
137 efivar_data_read(struct efivar_entry *entry, char *buf)
199 efivar_store_raw(struct efivar_entry *entry, const char *buf, size_t count)
259 efivar_show_raw(struct efivar_entry *entry, char *buf)
301 struct efivar_entry *var = to_efivar_entry(kobj);
317 struct efivar_entry *var = to_efivar_entry(kobj);
337 struct efivar_entry *var = to_efivar_entry(kobj);
368 struct efivar_entry *new_entry;
438 struct efivar_entry *entry;
491 efivar_create_sysfs_entry(struct efivar_entry *new_var)
595 struct efivar_entry *entry;
609 static int efivar_sysfs_destroy(struct efivar_entry *entry, void *data)